diff options
author | jkh <jkh@FreeBSD.org> | 1995-01-13 21:17:41 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-01-13 21:17:41 +0800 |
commit | c20be7f910ed9e625c717e45bfd698190b9902ae (patch) | |
tree | 10cc6db3a683300bcd5085d8363ced731c0945b7 /x11-wm/fvwm/Makefile | |
parent | a920f72e890437536ea29308311e666810ba44b0 (diff) | |
download | freebsd-ports-gnome-c20be7f910ed9e625c717e45bfd698190b9902ae.tar.gz freebsd-ports-gnome-c20be7f910ed9e625c717e45bfd698190b9902ae.tar.zst freebsd-ports-gnome-c20be7f910ed9e625c717e45bfd698190b9902ae.zip |
Update DEPENDS lines to point to the new relocated ports.
Diffstat (limited to 'x11-wm/fvwm/Makefile')
-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 037464540707..ffd208d03047 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.9 1994/11/17 00:08:59 jkh Exp $ +# $Id: Makefile,v 1.10 1994/11/18 04:46:15 jkh Exp $ # DISTNAME= fvwm @@ -12,7 +12,7 @@ DISTFILES= fvwm-core.tar.gz fvwm-modules.tar.gz \ fvwm-icons.tar.gz MASTER_SITES= ftp://spcot.sanders.com/pub/fvwm/ USE_IMAKE= yes -DEPENDS= ${PORTSDIR}/x11/xpm +DEPENDS= ${PORTSDIR}/graphics/xpm PKG_ARGS= -v -c ${PKGDIR}/COMMENT -d ${PKGDIR}/DESCR -f ${PKGDIR}/PLIST \ -r ${PKGDIR}/REQUIRES -p ${PREFIX} |