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 /graphics/xfig | |
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 'graphics/xfig')
-rw-r--r-- | graphics/xfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile index f76408747c0e..2b77923e16e9 100644 --- a/graphics/xfig/Makefile +++ b/graphics/xfig/Makefile @@ -4,7 +4,7 @@ # Whom: asami # Original by: roberto # -# $Id:$ +# $Id: Makefile,v 1.1.1.2 1995/01/05 05:41:09 asami Exp $ # DISTNAME= xfig.3.0 @@ -12,7 +12,7 @@ EXTRACT_SUFX= .tar.Z WRKSRC= ${WRKDIR}/xfig MASTER_SITES= ftp://ftp.x.org/contrib/applications/drawing_tools/xfig/ \ ftp://crl.dec.com/pub/X11/contrib/applications/drawing_tools/xfig/ -DEPENDS= ${PORTSDIR}/x11/xpm +DEPENDS= ${PORTSDIR}/graphics/xpm USE_IMAKE= yes INSTALL_MANPAGES= yes |