aboutsummaryrefslogtreecommitdiffstats
path: root/net/gmdns
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2005-03-17 07:42:58 +0800
committermezz <mezz@FreeBSD.org>2005-03-17 07:42:58 +0800
commit39058b36f5ac45215dfbe1776ad9b4f437d04c3a (patch)
tree42572c6342323232863d040d6e123b91a07983f8 /net/gmdns
parent2f67c50dfa05e4bf2f9d3d58d6cc873b3e2bc38e (diff)
downloadfreebsd-ports-gnome-39058b36f5ac45215dfbe1776ad9b4f437d04c3a.tar.gz
freebsd-ports-gnome-39058b36f5ac45215dfbe1776ad9b4f437d04c3a.tar.zst
freebsd-ports-gnome-39058b36f5ac45215dfbe1776ad9b4f437d04c3a.zip
- Change libtool from 1.3 to 1.5 and remove the lthack.
- Don't use gnomeprefix since this port installs in LOCALBASE; it should fix the plist issue. No function change, but if it does then let me know.
Diffstat (limited to 'net/gmdns')
-rw-r--r--net/gmdns/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/gmdns/Makefile b/net/gmdns/Makefile
index c8d34cbc971e..46a070a46598 100644
--- a/net/gmdns/Makefile
+++ b/net/gmdns/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gmdns
PORTVERSION= 0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.1
@@ -17,9 +17,9 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= A GNU implementation of multicast DNS, part of Zeroconf
USE_BZIP2= yes
-USE_GNOME= gnomeprefix gnomehack lthack glib20
+USE_GNOME= gnomehack glib20
INSTALLS_SHLIB= yes
-USE_INC_LIBTOOL_VER=13
+USE_LIBTOOL_VER=15
USE_GMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"