diff options
author | mharo <mharo@FreeBSD.org> | 1999-05-01 11:36:57 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-05-01 11:36:57 +0800 |
commit | 2ebd22ae9d6a62871a68b3b3e79cb35bdc215dfa (patch) | |
tree | 4b9ad4e81b595f00327c157e6601141ba51e2a9f | |
parent | 3c7a2a8c14fc7bfa07dabbd8dfd479efef03b556 (diff) | |
download | freebsd-ports-gnome-2ebd22ae9d6a62871a68b3b3e79cb35bdc215dfa.tar.gz freebsd-ports-gnome-2ebd22ae9d6a62871a68b3b3e79cb35bdc215dfa.tar.zst freebsd-ports-gnome-2ebd22ae9d6a62871a68b3b3e79cb35bdc215dfa.zip |
fix depends to use better method.
Note to self: feeding brain == good
PR: 11419
Submitted by: steve@freebsd.org in a followup to this pr
-rw-r--r-- | x11/wdm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile index aaacb181c2e2..35d6c4ee5381 100644 --- a/x11/wdm/Makefile +++ b/x11/wdm/Makefile @@ -3,7 +3,7 @@ # Date created: August 31, 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.20 1999/04/13 06:48:44 mharo Exp $ +# $Id: Makefile,v 1.21 1999/05/01 01:23:20 mharo Exp $ DISTNAME= wdm-1.0 CATEGORIES= x11 windowmaker @@ -14,14 +14,13 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DAEMONPIC} MAINTAINER= ports@FreeBSD.ORG -BUILD_DEPENDS= ${X11BASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ gif.3:${PORTSDIR}/graphics/giflib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff34 \ + wraster.2:${PORTSDIR}/x11-wm/windowmaker \ PropList.1:${PORTSDIR}/devel/libPropList -RUN_DEPENDS= ${X11BASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= wdm |