diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1999-05-27 07:32:49 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1999-05-27 07:32:49 +0000 |
commit | 25490e549cf0bf4301486ebaee20dd0146e556da (patch) | |
tree | 6b02d7bb229a631bea273867412c7d3095680f14 /net | |
parent | Install headers in ${PREFIX}/include, not ${PREFIX}/include/giflib. (diff) |
Forget about ${PREFIX}/include/giflib.
Notes
Notes:
svn path=/head/; revision=19018
Diffstat (limited to 'net')
-rw-r--r-- | net/kdenetwork11/Makefile | 5 | ||||
-rw-r--r-- | net/kdenetwork2/Makefile | 5 | ||||
-rw-r--r-- | net/kdenetwork3/Makefile | 5 | ||||
-rw-r--r-- | net/kdenetwork4/Makefile | 5 | ||||
-rw-r--r-- | net/kdetelnet/Makefile | 6 |
5 files changed, 10 insertions, 16 deletions
diff --git a/net/kdenetwork11/Makefile b/net/kdenetwork11/Makefile index f512bff7adf9..6473e168f0c9 100644 --- a/net/kdenetwork11/Makefile +++ b/net/kdenetwork11/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.33 1999/05/03 22:29:03 se Exp $ +# $Id: Makefile,v 1.34 1999/05/20 19:08:00 asami Exp $ # DISTNAME= kdenetwork-1.1.1 @@ -27,8 +27,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \ USE_BZIP2= yes USE_QT= yes HAS_CONFIGURE= yes -CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ - "--with-extra-includes=$(PREFIX)/include/giflib" +CONFIGURE_ARGS= "--prefix=$(PREFIX)" CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ INSTALL_SCRIPT="install -c -m 555" USE_GMAKE= yes diff --git a/net/kdenetwork2/Makefile b/net/kdenetwork2/Makefile index f512bff7adf9..6473e168f0c9 100644 --- a/net/kdenetwork2/Makefile +++ b/net/kdenetwork2/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.33 1999/05/03 22:29:03 se Exp $ +# $Id: Makefile,v 1.34 1999/05/20 19:08:00 asami Exp $ # DISTNAME= kdenetwork-1.1.1 @@ -27,8 +27,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \ USE_BZIP2= yes USE_QT= yes HAS_CONFIGURE= yes -CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ - "--with-extra-includes=$(PREFIX)/include/giflib" +CONFIGURE_ARGS= "--prefix=$(PREFIX)" CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ INSTALL_SCRIPT="install -c -m 555" USE_GMAKE= yes diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index f512bff7adf9..6473e168f0c9 100644 --- a/net/kdenetwork3/Makefile +++ b/net/kdenetwork3/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.33 1999/05/03 22:29:03 se Exp $ +# $Id: Makefile,v 1.34 1999/05/20 19:08:00 asami Exp $ # DISTNAME= kdenetwork-1.1.1 @@ -27,8 +27,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \ USE_BZIP2= yes USE_QT= yes HAS_CONFIGURE= yes -CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ - "--with-extra-includes=$(PREFIX)/include/giflib" +CONFIGURE_ARGS= "--prefix=$(PREFIX)" CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ INSTALL_SCRIPT="install -c -m 555" USE_GMAKE= yes diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile index f512bff7adf9..6473e168f0c9 100644 --- a/net/kdenetwork4/Makefile +++ b/net/kdenetwork4/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.33 1999/05/03 22:29:03 se Exp $ +# $Id: Makefile,v 1.34 1999/05/20 19:08:00 asami Exp $ # DISTNAME= kdenetwork-1.1.1 @@ -27,8 +27,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \ USE_BZIP2= yes USE_QT= yes HAS_CONFIGURE= yes -CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ - "--with-extra-includes=$(PREFIX)/include/giflib" +CONFIGURE_ARGS= "--prefix=$(PREFIX)" CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ INSTALL_SCRIPT="install -c -m 555" USE_GMAKE= yes diff --git a/net/kdetelnet/Makefile b/net/kdetelnet/Makefile index b0ce162fea29..1c0194165a69 100644 --- a/net/kdetelnet/Makefile +++ b/net/kdetelnet/Makefile @@ -3,7 +3,7 @@ # Date created: 14 May 1998 # Whom: Hans Petter Bieker <hanspb@persbraten.vgs.no> # -# $Id: Makefile,v 1.1.1.1 1999/04/03 01:57:16 steve Exp $ +# $Id: Makefile,v 1.2 1999/04/07 17:45:26 jseger Exp $ # DISTNAME= ktelnet-0.61 @@ -22,9 +22,7 @@ LIB_DEPENDS= qt.2:${PORTSDIR}/x11-toolkits/qt142 \ kdeui.2:${PORTSDIR}/x11/kdelibs11 HAS_CONFIGURE= yes -CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ - "--with-extra-includes=$(PREFIX)/include/giflib" - +CONFIGURE_ARGS= "--prefix=$(PREFIX)" CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ INSTALL_SCRIPT="install -c -m 555" |