diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-15 16:03:05 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-15 16:03:05 +0800 |
commit | d35376eaa08cd91d7886759dcfe89bc79adafcbc (patch) | |
tree | db2baee3dde34303031353ee7a3d986935ede1f8 /games/gnomegames2/Makefile | |
parent | 40497a5ff81d13b95202294fc125caf6bc830b81 (diff) | |
download | marcuscom-ports-d35376eaa08cd91d7886759dcfe89bc79adafcbc.tar marcuscom-ports-d35376eaa08cd91d7886759dcfe89bc79adafcbc.tar.gz marcuscom-ports-d35376eaa08cd91d7886759dcfe89bc79adafcbc.tar.bz2 marcuscom-ports-d35376eaa08cd91d7886759dcfe89bc79adafcbc.tar.lz marcuscom-ports-d35376eaa08cd91d7886759dcfe89bc79adafcbc.tar.xz marcuscom-ports-d35376eaa08cd91d7886759dcfe89bc79adafcbc.tar.zst marcuscom-ports-d35376eaa08cd91d7886759dcfe89bc79adafcbc.zip |
- Now depend on avahi for mdns instead of howl
- Bump PORTREVISION
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5380 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gnomegames2/Makefile')
-rw-r--r-- | games/gnomegames2/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile index b385fc3a7..48dd0df1a 100644 --- a/games/gnomegames2/Makefile +++ b/games/gnomegames2/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/games/gnomegames2/Makefile,v 1.94 2005/12/15 04:19:24 marcus Exp $ +# $MCom: ports/games/gnomegames2/Makefile,v 1.95 2006/01/05 21:04:03 marcus Exp $ # PORTNAME= gnomegames2 PORTVERSION= 2.13.4 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-games/2.13 @@ -42,8 +43,8 @@ CONFLICTS= sol-1.0.* .include <bsd.port.pre.mk> -.if exists(${LOCALBASE}/lib/libhowl.so) || defined(WITH_MDNS) -LIB_DEPENDS+= howl:${PORTSDIR}/net/howl +.if exists(${LOCALBASE}/lib/libavahi-client.a) || defined(WITH_MDNS) +LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi .endif post-patch: |