diff options
Diffstat (limited to 'graphics/kdegraphics11/Makefile')
-rw-r--r-- | graphics/kdegraphics11/Makefile | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/graphics/kdegraphics11/Makefile b/graphics/kdegraphics11/Makefile index 8b01a966b2ba..862c38281f9d 100644 --- a/graphics/kdegraphics11/Makefile +++ b/graphics/kdegraphics11/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.13 1998/09/19 01:33:46 steve Exp $ +# $Id: Makefile,v 1.14 1998/09/30 02:07:26 jseger Exp $ # DISTNAME= kdegraphics-1.0 @@ -15,14 +15,12 @@ MAINTAINER= se@freebsd.org LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - kdecore\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \ - kdeui\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \ - jscript\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \ - khtmlw\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \ - kfm\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \ - mediatool\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs - -BROKEN_ELF= depends on kdelibs + kdecore.1:${PORTSDIR}/x11/kdelibs \ + kdeui.1:${PORTSDIR}/x11/kdelibs \ + jscript.0:${PORTSDIR}/x11/kdelibs \ + khtmlw.1:${PORTSDIR}/x11/kdelibs \ + kfm.1:${PORTSDIR}/x11/kdelibs \ + mediatool.1:${PORTSDIR}/x11/kdelibs USE_QT= yes HAS_CONFIGURE= yes |