Fix port Makefile to play nice by the new, stricter, autoconf/automake

rules.
This commit is contained in:
Alan Eldridge 2002-12-05 22:44:42 +00:00
parent 851233d7a5
commit 57bb23c47c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71389
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.if defined(WITH_FAM)
LIB_DEPENDS= fam.0:${PORTSDIR}/devel/fam
.endif
BUILD_DEPENDS= automake14:${PORTSDIR}/devel/automake14
USE_X_PREFIX= yes
USE_GMAKE= yes
@ -25,6 +24,7 @@ USE_GNOMENG= yes
USE_GNOME= gnomeprefix gnomehack gnomevfs gnomelibs gdkpixbuf
USE_REINPLACE= yes
GNU_CONFIGURE= yes
WANT_AUTOMAKE_VER= 14
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lintl"

View file

@ -17,7 +17,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.if defined(WITH_FAM)
LIB_DEPENDS= fam.0:${PORTSDIR}/devel/fam
.endif
BUILD_DEPENDS= automake14:${PORTSDIR}/devel/automake14
USE_X_PREFIX= yes
USE_GMAKE= yes
@ -25,6 +24,7 @@ USE_GNOMENG= yes
USE_GNOME= gnomeprefix gnomehack gnomevfs gnomelibs gdkpixbuf
USE_REINPLACE= yes
GNU_CONFIGURE= yes
WANT_AUTOMAKE_VER= 14
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lintl"