diff options
author | Stefan Eßer <se@FreeBSD.org> | 1997-11-03 22:21:11 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 1997-11-03 22:21:11 +0000 |
commit | b16c1065a7dbe46f0144e108782f2e354a75f88d (patch) | |
tree | a12944424a8ca9c4368f56d41e904ae946f63aca /net/kdenetwork11/Makefile | |
parent | Fix PLIST and remove CONFIGURE option from Makefile, since it was (diff) |
Add build dependency on libgdbm.a
Notes
Notes:
svn path=/head/; revision=8463
Diffstat (limited to 'net/kdenetwork11/Makefile')
-rw-r--r-- | net/kdenetwork11/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/kdenetwork11/Makefile b/net/kdenetwork11/Makefile index 56707fb43912..2a8b9dad3f7f 100644 --- a/net/kdenetwork11/Makefile +++ b/net/kdenetwork11/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1997/11/03 00:39:00 se Exp $ # DISTNAME= kdenetwork-Beta1-2 @@ -15,7 +15,8 @@ EXTRACT_SUFX= .src.tgz MAINTAINER= se@freebsd.org -BUILD_DEPENDS= ${X11BASE}/bin/moc:${PORTSDIR}/x11/qt +BUILD_DEPENDS= ${X11BASE}/bin/moc:${PORTSDIR}/x11/qt \ + ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm LIB_DEPENDS= qt\\.1\\.3[0-9]:${PORTSDIR}/x11/qt \ gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \ jpeg\\.[67]\\.:${PORTSDIR}/graphics/jpeg \ |