diff options
author | ade <ade@FreeBSD.org> | 2004-03-25 04:31:55 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-03-25 04:31:55 +0000 |
commit | a63b60fdc5f4ffb6ca32147751acd76012e37013 (patch) | |
tree | 76f0c71d9692c289fd9ca9238b9a8d9dfe69281a /french | |
parent | 510e77ca675d0a788ff6de740c4bc1d49167e355 (diff) | |
download | FreeBSD-ports-a63b60fdc5f4ffb6ca32147751acd76012e37013.zip FreeBSD-ports-a63b60fdc5f4ffb6ca32147751acd76012e37013.tar.gz |
Clean up USE_{LIBTOOL,AUTOCONF,AUTOMAKE} to appropriate *_VER variables
Diffstat (limited to 'french')
-rw-r--r-- | french/dico/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/french/dico/Makefile b/french/dico/Makefile index 43575d3..e1ca47d 100644 --- a/french/dico/Makefile +++ b/french/dico/Makefile @@ -28,7 +28,7 @@ USE_REINPLACE= true USE_ZIP= true EXTRACT_CMD= UNZIP= unzip WRKSRC= ${WRKDIR}/${PORTNAME} -USE_AUTOMAKE= true +USE_AUTOMAKE_VER=14 USE_GMAKE= true AUTOMAKE_ARGS= --add-missing --foreign --include-deps MAKE_ARGS= prefix=${PREFIX} |