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 /x11/kde4-baseapps | |
parent | f2b2a0494bca732e067861c959a8b0a86713bbb8 (diff) | |
download | ports-25490e549cf0bf4301486ebaee20dd0146e556da.tar.gz ports-25490e549cf0bf4301486ebaee20dd0146e556da.zip |
Notes
Diffstat (limited to 'x11/kde4-baseapps')
-rw-r--r-- | x11/kde4-baseapps/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile index 36c43d85a1ba..e552bdbf4325 100644 --- a/x11/kde4-baseapps/Makefile +++ b/x11/kde4-baseapps/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.35 1999/05/03 22:29:15 se Exp $ +# $Id: Makefile,v 1.36 1999/05/10 22:50:21 asami Exp $ # DISTNAME= kdebase-1.1.1 @@ -22,8 +22,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) -DHAVE_GETUSERSHELL -DTIME_WITH_SYS_TIME" \ INSTALL_SCRIPT="install -c -m 555" USE_GMAKE= yes |