summaryrefslogtreecommitdiff
path: root/x11/kdebase2
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>1997-11-27 00:35:27 +0000
committerStefan Eßer <se@FreeBSD.org>1997-11-27 00:35:27 +0000
commit9dc30a71a83ea0ed74230d4338b8997e2f091d73 (patch)
tree15b6e89834a84b480c2f85a31e700269114cd40f /x11/kdebase2
parentMinor Makefile fixups. (diff)
Fix --prefix parameter: The previous commit contained a value used for
testing the PLIST ...
Notes
Notes: svn path=/head/; revision=8865
Diffstat (limited to 'x11/kdebase2')
-rw-r--r--x11/kdebase2/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/kdebase2/Makefile b/x11/kdebase2/Makefile
index c051b9e6c099..0c1621707c3d 100644
--- a/x11/kdebase2/Makefile
+++ b/x11/kdebase2/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
-# $Id: Makefile,v 1.4 1997/11/05 04:19:59 asami Exp $
+# $Id: Makefile,v 1.5 1997/11/27 00:29:55 se Exp $
#
DISTNAME= kdebase-Beta2-1
@@ -28,8 +28,7 @@ LIB_DEPENDS= qt\\.1\\.3[0-9]:${PORTSDIR}/x11/qt \
mediatool\\.0\\.[6-9]:${PORTSDIR}/x11/kdelibs
HAS_CONFIGURE= yes
-#CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
-CONFIGURE_ARGS= "--prefix=$(PREFIX)/kde" \
+CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--x-inc=$(X11BASE)/include -I$(PREFIX)/include -I$(PREFIX)/include/giflib" \
"--x-lib=$(X11BASE)/lib -L$(PREFIX)/lib"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)"