diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-07-05 10:37:52 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-07-05 10:37:52 +0000 |
commit | 0c1ab4538d54b087595d7a8f16514d04dd1f2797 (patch) | |
tree | f21783e8475252a14a9c27324eab07a32b8db432 /misc/gnustep-examples | |
parent | d427e266d87c72ff1f7acd0f62dd7986a0f10f93 (diff) |
Notes
Diffstat (limited to 'misc/gnustep-examples')
-rw-r--r-- | misc/gnustep-examples/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/gnustep-examples/Makefile b/misc/gnustep-examples/Makefile index fab921f224c8..3b32020a3573 100644 --- a/misc/gnustep-examples/Makefile +++ b/misc/gnustep-examples/Makefile @@ -25,6 +25,5 @@ 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> |