summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2005-04-19 03:10:58 +0000
committermarcus <marcus@FreeBSD.org>2005-04-19 03:10:58 +0000
commit6ae3da05d31bcb49b27163104ac6f2e83f5f257a (patch)
treeaf7293365c00f49be34fb757ab220158bdf38c9a /devel
parent0d4f02dbbb8b54dd6068bf996e3c1eb4173b40df (diff)
downloadFreeBSD-ports-6ae3da05d31bcb49b27163104ac6f2e83f5f257a.zip
FreeBSD-ports-6ae3da05d31bcb49b27163104ac6f2e83f5f257a.tar.gz
Only use USE_INC_LIBTOOL_VER if we're installing gamin itself. The slave
ports don't need this. Reported by: pointyhat via kris
Diffstat (limited to 'devel')
-rw-r--r--devel/gamin/Makefile7
-rw-r--r--devel/py-gamin/Makefile2
2 files changed, 7 insertions, 2 deletions
diff --git a/devel/gamin/Makefile b/devel/gamin/Makefile
index 2f4d063..0ac62b7 100644
--- a/devel/gamin/Makefile
+++ b/devel/gamin/Makefile
@@ -15,7 +15,6 @@ MAINTAINER?= gnome@FreeBSD.org
COMMENT?= A file and directory monitoring system
USE_GMAKE= yes
-USE_INC_LIBTOOL_VER=15
USE_GNOME?= gnomehack glib20
INSTALLS_SHLIB= yes
CONFIGURE_ARGS?=--disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \
@@ -25,6 +24,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
CONFLICTS= fam-[0-9]*
+.if defined(GAMIN_SLAVE)
+USE_LIBTOOL_VER=15
+.else
+USE_INC_LIBTOOL_VER=15
+.endif
+
post-patch:
@${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f
diff --git a/devel/py-gamin/Makefile b/devel/py-gamin/Makefile
index e4ffc77..7001c11 100644
--- a/devel/py-gamin/Makefile
+++ b/devel/py-gamin/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
OpenPOWER on IntegriCloud