diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-08-21 10:07:35 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-08-21 10:07:35 +0000 |
commit | d91657464badb4a89017abc58664368822d5ad40 (patch) | |
tree | 1b79e8a10db5e061d7c738311832986abfa56b0f /devel | |
parent | 79bd93c6e557a748618d1aef21d2d301f72d81a9 (diff) | |
download | FreeBSD-ports-d91657464badb4a89017abc58664368822d5ad40.zip FreeBSD-ports-d91657464badb4a89017abc58664368822d5ad40.tar.gz |
USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/dryad/Makefile | 1 | ||||
-rw-r--r-- | devel/gnomedebug/Makefile | 1 | ||||
-rw-r--r-- | devel/libol/Makefile | 1 | ||||
-rw-r--r-- | devel/sip/Makefile | 1 | ||||
-rw-r--r-- | devel/t1lib/Makefile | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/devel/dryad/Makefile b/devel/dryad/Makefile index 0a59641..9c5c84d 100644 --- a/devel/dryad/Makefile +++ b/devel/dryad/Makefile @@ -24,7 +24,6 @@ RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes -GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/devel/gnomedebug/Makefile b/devel/gnomedebug/Makefile index 0c2e793..7dfb976 100644 --- a/devel/gnomedebug/Makefile +++ b/devel/gnomedebug/Makefile @@ -25,7 +25,6 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/devel/libol/Makefile b/devel/libol/Makefile index 045f39d..ba89dbb 100644 --- a/devel/libol/Makefile +++ b/devel/libol/Makefile @@ -14,6 +14,5 @@ MAINTAINER= vince@blue-box.net USE_LIBTOOL= yes INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes .include <bsd.port.mk> diff --git a/devel/sip/Makefile b/devel/sip/Makefile index 80fd403..2e0291f 100644 --- a/devel/sip/Makefile +++ b/devel/sip/Makefile @@ -18,7 +18,6 @@ USE_LIBTOOL= yes INSTALLS_SHLIB= yes USE_QT= yes CONFIGURE_ARGS= --enable-qt --with-qt-includes=${X11BASE}/include/X11/qt -GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ENV= LDFLAGS=-lgcc diff --git a/devel/t1lib/Makefile b/devel/t1lib/Makefile index 5345141..68a92bd 100644 --- a/devel/t1lib/Makefile +++ b/devel/t1lib/Makefile @@ -15,7 +15,6 @@ MAINTAINER= ijliao@csie.nctu.edu.tw WRKSRC= ${WRKDIR}/T1-1.0.1 -GNU_CONFIGURE= yes USE_GMAKE= yes USE_LIBTOOL= yes USE_XLIB= yes |