diff options
author | jkh <jkh@FreeBSD.org> | 1994-10-06 10:57:01 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-10-06 10:57:01 +0800 |
commit | 5d8534d4a894bb7b6cc1e2bba03ea306ec89e5b9 (patch) | |
tree | 8d9a470412487c2000846f26d58adfda1712fccb /x11-wm | |
parent | defead91670276af46befc70ef7a788359b2aa42 (diff) | |
download | freebsd-ports-gnome-5d8534d4a894bb7b6cc1e2bba03ea306ec89e5b9.tar.gz freebsd-ports-gnome-5d8534d4a894bb7b6cc1e2bba03ea306ec89e5b9.tar.zst freebsd-ports-gnome-5d8534d4a894bb7b6cc1e2bba03ea306ec89e5b9.zip |
Update to use new DEPENDS syntax.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fvwm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/fvwm/Makefile b/x11-wm/fvwm/Makefile index 30118d0af45f..da30a227ff4b 100644 --- a/x11-wm/fvwm/Makefile +++ b/x11-wm/fvwm/Makefile @@ -3,7 +3,7 @@ # Date created: 25 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.6 1994/09/14 16:18:10 jkh Exp $ +# $Id: Makefile,v 1.7 1994/09/14 16:35:25 jkh Exp $ # DISTNAME= fvwm-1.23b @@ -12,7 +12,7 @@ DISTFILES= fvwm-1.23b-core.tar.gz fvwm-1.23b-modules.tar.gz \ fvwm-1.23-icons.tar.gz MASTER_SITES= ftp://spcot.sanders.com/pub/fvwm/ USE_IMAKE= yes -DEPENDS= x11/xpm +DEPENDS= ${PORTSDIR}/x11/xpm pre-install: @cp ${FILESDIR}/configure2.h ${WRKSRC}/configure.h |