diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-06-21 21:42:22 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-06-21 21:42:22 +0800 |
commit | ea9fe90d406e4515e667abf7a4e05366dcde1ab0 (patch) | |
tree | 1ed4112101a229153ea1f86a5d6fadc4cab55d49 /misc | |
parent | b366da737973f511042789f248ec9dde10eb4caf (diff) | |
download | freebsd-ports-gnome-ea9fe90d406e4515e667abf7a4e05366dcde1ab0.tar.gz freebsd-ports-gnome-ea9fe90d406e4515e667abf7a4e05366dcde1ab0.tar.zst freebsd-ports-gnome-ea9fe90d406e4515e667abf7a4e05366dcde1ab0.zip |
- fix build with custom LOCALBASE
Reported by: QAT
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnustep-examples/Makefile | 1 |
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> |