diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-01-13 10:55:37 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-01-13 10:55:37 +0000 |
commit | 82af21c11e2b2d17e2a79ba6683289f0561a9a6e (patch) | |
tree | fa6cdf5ac8e4e8bf2827bb1594b1633e8d8735ca /devel/etoile-unitkit | |
parent | bce8d257997c4a8d04b0f37aef80674b64e1d38e (diff) | |
download | FreeBSD-ports-82af21c11e2b2d17e2a79ba6683289f0561a9a6e.zip FreeBSD-ports-82af21c11e2b2d17e2a79ba6683289f0561a9a6e.tar.gz |
- use new macros
Diffstat (limited to 'devel/etoile-unitkit')
-rw-r--r-- | devel/etoile-unitkit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/etoile-unitkit/Makefile b/devel/etoile-unitkit/Makefile index 626fe6c..4390fbb 100644 --- a/devel/etoile-unitkit/Makefile +++ b/devel/etoile-unitkit/Makefile @@ -23,7 +23,7 @@ USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes -USE_GNUSTEP_LDCONFIG= ${LOCALLIBDIR} +USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} SNAPSHOT= 20061221 WRKSRC= ${WRKDIR}/Etoile/ |