diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1995-01-21 17:27:39 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1995-01-21 17:27:39 +0000 |
commit | bd078bf12ab9ec0e9e5c37e0055963890858c60b (patch) | |
tree | c89c6dea45ee41b7077b20002ecfe581f5f28d85 /games/xmine | |
parent | 453c42f10a738086bca49464f130213aa42c56f6 (diff) | |
download | ports-bd078bf12ab9ec0e9e5c37e0055963890858c60b.tar.gz ports-bd078bf12ab9ec0e9e5c37e0055963890858c60b.zip |
Notes
Diffstat (limited to 'games/xmine')
-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> |