diff options
author | will <will@FreeBSD.org> | 2000-04-03 07:12:36 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-04-03 07:12:36 +0000 |
commit | 9c67b3b85242d3ed097639621ef2df0ee88d804d (patch) | |
tree | cd0f2ca49d764cb457aa27b516c5a6c3ce4aa5dc | |
parent | 3020ef99ef155244a9acfdeebe84617260a974c9 (diff) | |
download | FreeBSD-ports-9c67b3b85242d3ed097639621ef2df0ee88d804d.zip FreeBSD-ports-9c67b3b85242d3ed097639621ef2df0ee88d804d.tar.gz |
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>
-rw-r--r-- | x11/kdelibs11/Makefile | 1 | ||||
-rw-r--r-- | x11/kdelibs2/Makefile | 1 | ||||
-rw-r--r-- | x11/kdelibs3/Makefile | 1 | ||||
-rw-r--r-- | x11/kdelibs4/Makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/x11/kdelibs11/Makefile b/x11/kdelibs11/Makefile index 25d053d..a0708be 100644 --- a/x11/kdelibs11/Makefile +++ b/x11/kdelibs11/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" \ diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile index 25d053d..a0708be 100644 --- a/x11/kdelibs2/Makefile +++ b/x11/kdelibs2/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" \ diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 25d053d..a0708be 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/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" \ diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index 25d053d..a0708be 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" \ |