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 /x11-toolkits/py-kde | |
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 'x11-toolkits/py-kde')
-rw-r--r-- | x11-toolkits/py-kde/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-toolkits/py-kde/Makefile b/x11-toolkits/py-kde/Makefile index f8d278e..57aacc8 100644 --- a/x11-toolkits/py-kde/Makefile +++ b/x11-toolkits/py-kde/Makefile @@ -18,7 +18,6 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/python1.5/qt.py:${PORTSDIR}/x11-toolkits/py-qt USE_LIBTOOL= yes USE_QT= yes -GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/X11/qt |