diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-13 18:55:37 +0800 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-13 18:55:37 +0800 |
commit | a2990535603a807b66276e23c684167b1776fde0 (patch) | |
tree | 93188b78aed8b1ba643dc1c99524dafaa750cd2f /textproc | |
parent | b0e78fd8722117f12f17f4349fde377d309e89b7 (diff) | |
download | freebsd-ports-gnome-a2990535603a807b66276e23c684167b1776fde0.tar.gz freebsd-ports-gnome-a2990535603a807b66276e23c684167b1776fde0.tar.zst freebsd-ports-gnome-a2990535603a807b66276e23c684167b1776fde0.zip |
- use new macros
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/etoile-lucenekit/Makefile | 2 | ||||
-rw-r--r-- | textproc/etoile-ogrekit/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/etoile-lucenekit/Makefile b/textproc/etoile-lucenekit/Makefile index 651c981b492f..052fa0f12a37 100644 --- a/textproc/etoile-lucenekit/Makefile +++ b/textproc/etoile-lucenekit/Makefile @@ -24,7 +24,7 @@ USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes USE_GNUSTEP_LOCAL_LIBS+= OgreKit:${OGREKIT_PORT} -USE_GNUSTEP_LDCONFIG= ${SYSLIBDIR} +USE_GNUSTEP_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} SNAPSHOT= 20061221 WRKSRC= ${WRKDIR}/Etoile/ diff --git a/textproc/etoile-ogrekit/Makefile b/textproc/etoile-ogrekit/Makefile index ea021927bba9..a8cb2039e205 100644 --- a/textproc/etoile-ogrekit/Makefile +++ b/textproc/etoile-ogrekit/Makefile @@ -25,7 +25,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/ |