Add a missing ${PORTSDIR} in the DEPENDS line.
This commit is contained in:
parent
453c42f10a
commit
bd078bf12a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=799
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue