diff options
author | agc <agc> | 1998-01-30 13:56:55 +0000 |
---|---|---|
committer | agc <agc> | 1998-01-30 13:56:55 +0000 |
commit | 1a96f1e06af2e19065156a5566de4be75f6d7b59 (patch) | |
tree | b79d1031fdf80bdda3abcf954902b18169651274 /x11/kdelibs | |
parent | 41ebe05dbcda023f91271eb81234de99453964a6 (diff) | |
download | pkgsrc-1a96f1e06af2e19065156a5566de4be75f6d7b59.tar.gz |
Modify individual package Makefiles to use the new way of specifying
shared object dependencies (LIB_DEPENDS).
Diffstat (limited to 'x11/kdelibs')
-rw-r--r-- | x11/kdelibs/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/kdelibs/Makefile b/x11/kdelibs/Makefile index 177128edf65..c7285395a36 100644 --- a/x11/kdelibs/Makefile +++ b/x11/kdelibs/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $NetBSD: Makefile,v 1.3 1998/01/25 00:04:06 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1998/01/30 13:57:52 agc Exp $ # FreeBSD Id: Makefile,v 1.5 1997/11/27 00:25:46 se Exp # @@ -18,9 +18,9 @@ EXTRACT_SUFX= .src.tgz MAINTAINER= se@freebsd.org BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt -LIB_DEPENDS= qt\\.1\\.3[0-9]:${PORTSDIR}/x11/qt \ - gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \ - jpeg\\.[67]\\.:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= qt.1.3[0-9]:${PORTSDIR}/x11/qt \ + gif.[23].:${PORTSDIR}/graphics/giflib \ + jpeg.[67].:${PORTSDIR}/graphics/jpeg HAS_CONFIGURE= yes CONFIGURE_ARGS= "--prefix=${PREFIX}" \ |