diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-03-25 04:31:55 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-03-25 04:31:55 +0000 |
commit | 11e074812006a53e5f3f91ac8a1480ce203f321d (patch) | |
tree | 9c9e79a4b71d976a1d46bdcd0449185ab73b26be /french/dico | |
parent | Tag port as deprecated (will expire on 1st June 2004), with a note to (diff) |
Clean up USE_{LIBTOOL,AUTOCONF,AUTOMAKE} to appropriate *_VER variables
Notes
Notes:
svn path=/head/; revision=105187
Diffstat (limited to 'french/dico')
-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 43575d3d5faa..e1ca47dc98c1 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} |