1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Only use USE_INC_LIBTOOL_VER if we're installing gamin itself. The slave

ports don't need this.

Reported by:	pointyhat via kris
This commit is contained in:
Joe Marcus Clarke 2005-04-19 03:10:58 +00:00
parent 211cbaeded
commit 02ef451cdc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133626
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -5,7 +5,7 @@
# $FreeBSD$
#
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}