diff options
author | ade <ade@FreeBSD.org> | 2010-12-04 15:34:27 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-12-04 15:34:27 +0800 |
commit | a44c192a2f5c31ae449c6b008b8a42bcc7ee099d (patch) | |
tree | 14d9392b22ced431dae442dd74506f7e26011de3 /french | |
parent | db3ee9b87911306ae5e8d8b79d43c0e4c925954d (diff) | |
download | freebsd-ports-gnome-a44c192a2f5c31ae449c6b008b8a42bcc7ee099d.tar.gz freebsd-ports-gnome-a44c192a2f5c31ae449c6b008b8a42bcc7ee099d.tar.zst freebsd-ports-gnome-a44c192a2f5c31ae449c6b008b8a42bcc7ee099d.zip |
Sync to new bsd.autotools.mk
Diffstat (limited to 'french')
-rw-r--r-- | french/dico/Makefile | 2 | ||||
-rw-r--r-- | french/med/Makefile | 2 | ||||
-rw-r--r-- | french/verbiste/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/french/dico/Makefile b/french/dico/Makefile index f4a4f9ab58bd..76d8262a3766 100644 --- a/french/dico/Makefile +++ b/french/dico/Makefile @@ -21,7 +21,7 @@ BROKEN_WWW= http://www.montefiore.ulg.ac.be/cgi-bin-ulg/DICO.html # WRKSRC= ${WRKDIR}/${PORTNAME} -USE_AUTOTOOLS= automake:14 autoconf:268 +USE_AUTOTOOLS= automake14 autoconf CONFIGURE_ARGS= --mandir=${PREFIX}/man USE_GMAKE= true AUTOMAKE_ARGS= --add-missing --foreign --include-deps diff --git a/french/med/Makefile b/french/med/Makefile index c2b6940993ca..7119401fee15 100644 --- a/french/med/Makefile +++ b/french/med/Makefile @@ -32,7 +32,7 @@ CONFIGURE_ENV= HDF5HOME=${LOCALBASE} CPPFLAGS="${PTHREAD_CFLAGS}" \ CONFIGURE_ARGS= --with-f90=${FC} --docdir=${DOCSDIR} GNU_CONFIGURE= yes USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:268 +USE_AUTOTOOLS= autoconf USE_LDCONFIG= yes DOC2FIX= . gif html jpg png tests diff --git a/french/verbiste/Makefile b/french/verbiste/Makefile index 4fcf7231b779..3bfa59201b3d 100644 --- a/french/verbiste/Makefile +++ b/french/verbiste/Makefile @@ -19,7 +19,7 @@ OPTIONS= GNOMEGUI "With gnome gui" no USE_GETTEXT= yes USE_GNOME= gnomehack ltverhack libxml2 USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib |