diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-01-13 18:55:37 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-01-13 18:55:37 +0800 |
commit | 82af21c11e2b2d17e2a79ba6683289f0561a9a6e (patch) | |
tree | fa6cdf5ac8e4e8bf2827bb1594b1633e8d8735ca /www | |
parent | bce8d257997c4a8d04b0f37aef80674b64e1d38e (diff) | |
download | freebsd-ports-gnome-82af21c11e2b2d17e2a79ba6683289f0561a9a6e.tar.gz freebsd-ports-gnome-82af21c11e2b2d17e2a79ba6683289f0561a9a6e.tar.zst freebsd-ports-gnome-82af21c11e2b2d17e2a79ba6683289f0561a9a6e.zip |
- use new macros
Diffstat (limited to 'www')
-rw-r--r-- | www/etoile-bookmarkkit/Makefile | 2 | ||||
-rw-r--r-- | www/etoile-rsskit/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/etoile-bookmarkkit/Makefile b/www/etoile-bookmarkkit/Makefile index f61ebf754101..720292a1f9b3 100644 --- a/www/etoile-bookmarkkit/Makefile +++ b/www/etoile-bookmarkkit/Makefile @@ -25,7 +25,7 @@ USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes USE_GNUSTEP_LOCAL_LIBS+= CollectionKit:${COLLECTIONKIT_PORT} DEFAULT_LIBVERSION= 0.1 -USE_GNUSTEP_LDCONFIG= ${SYSLIBDIR} +USE_GNUSTEP_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} SNAPSHOT= 20061221 WRKSRC= ${WRKDIR}/Etoile/ diff --git a/www/etoile-rsskit/Makefile b/www/etoile-rsskit/Makefile index 4b0285b23728..9b7f86da4cb9 100644 --- a/www/etoile-rsskit/Makefile +++ b/www/etoile-rsskit/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/ |