diff options
author | se <se@FreeBSD.org> | 1997-11-04 05:55:36 +0800 |
---|---|---|
committer | se <se@FreeBSD.org> | 1997-11-04 05:55:36 +0800 |
commit | 2bc6bb972dc6ffd65087a0d5956b280a6b57d517 (patch) | |
tree | e3b7f0bc83aeb0d2f099ac1b9a19a04b0aa9e993 /x11/kdebase4-runtime/Makefile | |
parent | 02c4f57184c0a7e90565cffed321b50a0f8907e9 (diff) | |
download | freebsd-ports-gnome-2bc6bb972dc6ffd65087a0d5956b280a6b57d517.tar.gz freebsd-ports-gnome-2bc6bb972dc6ffd65087a0d5956b280a6b57d517.tar.zst freebsd-ports-gnome-2bc6bb972dc6ffd65087a0d5956b280a6b57d517.zip |
Fix PLIST and remove CONFIGURE option from Makefile, since it was
ignored by the KDE configure script, anyway.
Diffstat (limited to 'x11/kdebase4-runtime/Makefile')
-rw-r--r-- | x11/kdebase4-runtime/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile index 096cdd04da9b..ab1285e3c046 100644 --- a/x11/kdebase4-runtime/Makefile +++ b/x11/kdebase4-runtime/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.1.1.1 1997/11/01 14:28:20 se Exp $ +# $Id: Makefile,v 1.2 1997/11/03 00:25:42 se Exp $ # DISTNAME= kdebase-Beta1-3 @@ -29,8 +29,7 @@ LIB_DEPENDS= qt\\.1\\.3[0-9]:${PORTSDIR}/x11/qt \ HAS_CONFIGURE= yes CONFIGURE_ARGS= "--x-inc=$(X11BASE)/include -I$(PREFIX)/include -I$(PREFIX)/include/giflib" \ "--x-lib=$(X11BASE)/lib -L$(PREFIX)/lib" \ - "--prefix=$(PREFIX)" \ - "--datadir=$(PREFIX)/share/kde" + "--prefix=$(PREFIX)" WRKSRC= ${WRKDIR}/kdebase |