- fix build with custom LOCALBASE

Reported by:	QAT
This commit is contained in:
Dirk Meyer 2009-06-21 13:42:22 +00:00
parent 8996f89e86
commit a9f99105e4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236411

View file

@ -25,5 +25,6 @@ USE_GL= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_GNUSTEP_MAKE_DIRS+= . gui/Finger gui/GFractal gui/HostAddress
MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT}
ADDITIONAL_LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>