diff options
author | ats <ats@FreeBSD.org> | 1995-01-22 01:27:39 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-01-22 01:27:39 +0800 |
commit | a97069e95727e0414226de7a0bfb46a02e96ef1b (patch) | |
tree | 5f3216e186c5611d03dedaf94560bda904a11a9a /games | |
parent | 640c37501e92f0b24c7b6711c74edd7b9e955239 (diff) | |
download | freebsd-ports-gnome-a97069e95727e0414226de7a0bfb46a02e96ef1b.tar.gz freebsd-ports-gnome-a97069e95727e0414226de7a0bfb46a02e96ef1b.tar.zst freebsd-ports-gnome-a97069e95727e0414226de7a0bfb46a02e96ef1b.zip |
Add a missing ${PORTSDIR} in the DEPENDS line.
Diffstat (limited to 'games')
-rw-r--r-- | games/xmine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xmine/Makefile b/games/xmine/Makefile index 9468f0b10df4..30daf6cce0de 100644 --- a/games/xmine/Makefile +++ b/games/xmine/Makefile @@ -3,13 +3,13 @@ # Date created: 25 December 1994 # Whom: joerg # -# $Id: Makefile,v 1.1.1.1 1994/12/26 15:26:04 joerg Exp $ +# $Id: Makefile,v 1.2 1994/12/31 04:07:40 swallace Exp $ # DISTNAME= xmine-1.0.3-Xaw USE_IMAKE= yes INSTALL_MANPAGES= yes -DEPENDS= x11/Xaw3d +DEPENDS= ${PORTSDIR}/x11/Xaw3d .include <bsd.port.mk> |