diff options
author | Will Andrews <will@FreeBSD.org> | 2000-04-03 07:12:36 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-04-03 07:12:36 +0000 |
commit | a0b12bb2ea7bfe931a7016cf044179a0d8c492fa (patch) | |
tree | 0770783c4c42f6518ce854d012545da32e7d012b /x11/kdelibs4 | |
parent | ab65eb212b8fffa641ac93f74f31c76f4a6a9e58 (diff) |
I forgot to remove GNU_CONFIGURE, as it is now implied by the newly-added
USE_LIBTOOL hook. This does not change anything.
Submitted by: Andrzej Tobola <san@tmp.iem.pw.edu.pl>
Notes
Notes:
svn path=/head/; revision=27301
Diffstat (limited to 'x11/kdelibs4')
-rw-r--r-- | x11/kdelibs4/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index 25d053d23145..a0708bed053c 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/Makefile @@ -27,7 +27,6 @@ USE_GMAKE= yes USE_QT= yes USE_LIBTOOL= yes LIBTOOLFLAGS= -GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --x-includes="$(X11BASE)/include" \ --x-libraries="$(X11BASE)/lib" --disable-static CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include" \ |