aboutsummaryrefslogtreecommitdiff
path: root/misc/gnustep-examples
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2009-06-21 13:42:22 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2009-06-21 13:42:22 +0000
commita9f99105e4ca9739b1d2dfadbe78bcfe51f151f4 (patch)
treee18b6a421e7e5c3fbbba545357bd9f3a1e842a1f /misc/gnustep-examples
parent8996f89e869c296fc5435e2a3633b2657bb9c7d9 (diff)
downloadports-a9f99105e4ca9739b1d2dfadbe78bcfe51f151f4.tar.gz
ports-a9f99105e4ca9739b1d2dfadbe78bcfe51f151f4.zip
- fix build with custom LOCALBASE
Reported by: QAT
Notes
Notes: svn path=/head/; revision=236411
Diffstat (limited to 'misc/gnustep-examples')
-rw-r--r--misc/gnustep-examples/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/gnustep-examples/Makefile b/misc/gnustep-examples/Makefile
index 3b32020a3573..fab921f224c8 100644
--- a/misc/gnustep-examples/Makefile
+++ b/misc/gnustep-examples/Makefile
@@ -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>