diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-13 13:17:41 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-13 13:17:41 +0000 |
commit | c33be61ae6b0288f7537a673e38b4348c321890a (patch) | |
tree | 80e78a0bbd7aa9a8505eb53ce72887d71643fc21 /x11-wm | |
parent | Adjust DEPENDS to conform to reshuffle. (diff) |
Update DEPENDS lines to point to the new relocated ports.
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 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} |