mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Fix port Makefile to play nice by the new, stricter, autoconf/automake
rules.
This commit is contained in:
parent
851233d7a5
commit
57bb23c47c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71389
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user