Add a missing ${PORTSDIR} in the DEPENDS line.

This commit is contained in:
Andreas Schulz 1995-01-21 17:27:39 +00:00
parent 453c42f10a
commit bd078bf12a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=799

View file

@ -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>