diff options
author | will <will@FreeBSD.org> | 2000-05-24 00:33:07 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-05-24 00:33:07 +0000 |
commit | 4fb5d92f125a7aff87cb2b365d5a15fe640cec1c (patch) | |
tree | 14185443c72ccbdd611fc893ca6bc109a1475047 /x11/kdebase3 | |
parent | afb3ebf6313b99abc6790cb173425a5bb7da2b9d (diff) | |
download | FreeBSD-ports-4fb5d92f125a7aff87cb2b365d5a15fe640cec1c.zip FreeBSD-ports-4fb5d92f125a7aff87cb2b365d5a15fe640cec1c.tar.gz |
Fix for RELENG_3 systems. Also remove unnecessary USE_XLIB (because it's
included by qt2) and jpeg.9 dependencies.
Diffstat (limited to 'x11/kdebase3')
-rw-r--r-- | x11/kdebase3/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index 639c5c6..36a0e07 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -14,12 +14,10 @@ MASTER_SITE_SUBDIR= unstable/distribution/tar/src MAINTAINER= will@FreeBSD.org LIB_DEPENDS= kdeui.4:${PORTSDIR}/x11/kdelibs2 \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ Xpm.4:${PORTSDIR}/graphics/xpm \ intl.1:${PORTSDIR}/devel/gettext MOC?= ${X11BASE}/bin/moc2 -USE_XLIB= yes USE_BZIP2= yes USE_QT2= yes GNU_CONFIGURE= yes |