diff options
author | marcus <marcus@FreeBSD.org> | 2003-07-18 08:41:18 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-07-18 08:41:18 +0800 |
commit | e111e48b8e8251bacbf70c2aa6891fec0d775a02 (patch) | |
tree | 93caa1176e9eeb839ffaa09c84fdfe12644fd11d | |
parent | 1a292127112a19ca6a63f7a33068a2d28a00932c (diff) | |
download | freebsd-ports-gnome-e111e48b8e8251bacbf70c2aa6891fec0d775a02.tar.gz freebsd-ports-gnome-e111e48b8e8251bacbf70c2aa6891fec0d775a02.tar.zst freebsd-ports-gnome-e111e48b8e8251bacbf70c2aa6891fec0d775a02.zip |
Pan doesn't need libtool.
-rw-r--r-- | news/pan2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/pan2/Makefile b/news/pan2/Makefile index ec88503aa951..8f8b60012ea3 100644 --- a/news/pan2/Makefile +++ b/news/pan2/Makefile @@ -25,7 +25,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnometarget libxml2 -USE_LIBTOOL= yes +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib -lgnuregex -lcompat" CONFIGURE_ARGS= --enable-html |