summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1995-01-21 17:27:39 +0000
committerAndreas Schulz <ats@FreeBSD.org>1995-01-21 17:27:39 +0000
commitbd078bf12ab9ec0e9e5c37e0055963890858c60b (patch)
treec89c6dea45ee41b7077b20002ecfe581f5f28d85 /games
parentpgpsendmail added (diff)
Add a missing ${PORTSDIR} in the DEPENDS line.
Notes
Notes: svn path=/head/; revision=799
Diffstat (limited to 'games')
-rw-r--r--games/xmine/Makefile4
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>