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 /textproc/htdig | |
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 'textproc/htdig')
-rw-r--r-- | textproc/htdig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/htdig/Makefile b/textproc/htdig/Makefile index b2281d9..f732842 100644 --- a/textproc/htdig/Makefile +++ b/textproc/htdig/Makefile @@ -19,7 +19,7 @@ COMMENT= A www indexing and searching system RUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/${APACHE_PORT} -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-config-dir=${PREFIX}/etc/htdig \ |