diff options
author | Will Andrews <will@FreeBSD.org> | 2000-05-24 00:33:07 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-05-24 00:33:07 +0000 |
commit | c569d3f990721a0f3b6331cc7dd72c274e9f6ef7 (patch) | |
tree | 5b7996b552ba815e8c65aafb83be5817af73a4a7 /x11/kdebase2 | |
parent | Update to 0.7.28-3. As usual, this is a "I'm grateful to you, Jim!" (diff) |
Fix for RELENG_3 systems. Also remove unnecessary USE_XLIB (because it's
included by qt2) and jpeg.9 dependencies.
Diffstat (limited to 'x11/kdebase2')
-rw-r--r-- | x11/kdebase2/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/x11/kdebase2/Makefile b/x11/kdebase2/Makefile index 639c5c610fdd..36a0e07a75d8 100644 --- a/x11/kdebase2/Makefile +++ b/x11/kdebase2/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 |