diff options
author | will <will@FreeBSD.org> | 2000-05-24 08:33:07 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-05-24 08:33:07 +0800 |
commit | 4fb5d92f125a7aff87cb2b365d5a15fe640cec1c (patch) | |
tree | 14185443c72ccbdd611fc893ca6bc109a1475047 /x11/kde4-baseapps | |
parent | afb3ebf6313b99abc6790cb173425a5bb7da2b9d (diff) | |
download | freebsd-ports-gnome-4fb5d92f125a7aff87cb2b365d5a15fe640cec1c.tar.gz freebsd-ports-gnome-4fb5d92f125a7aff87cb2b365d5a15fe640cec1c.tar.zst freebsd-ports-gnome-4fb5d92f125a7aff87cb2b365d5a15fe640cec1c.zip |
Fix for RELENG_3 systems. Also remove unnecessary USE_XLIB (because it's
included by qt2) and jpeg.9 dependencies.
Diffstat (limited to 'x11/kde4-baseapps')
-rw-r--r-- | x11/kde4-baseapps/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile index 639c5c610fdd..36a0e07a75d8 100644 --- a/x11/kde4-baseapps/Makefile +++ b/x11/kde4-baseapps/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 |