diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-13 10:55:37 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-13 10:55:37 +0000 |
commit | a2990535603a807b66276e23c684167b1776fde0 (patch) | |
tree | 93188b78aed8b1ba643dc1c99524dafaa750cd2f /devel | |
parent | b0e78fd8722117f12f17f4349fde377d309e89b7 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/etoile-collectionkit/Makefile | 2 | ||||
-rw-r--r-- | devel/etoile-foundation/Makefile | 2 | ||||
-rw-r--r-- | devel/etoile-unitkit/Makefile | 2 | ||||
-rw-r--r-- | devel/fortytwo-encore/Makefile | 2 | ||||
-rw-r--r-- | devel/highlighterkit/Makefile | 2 | ||||
-rw-r--r-- | devel/objectivelib/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/devel/etoile-collectionkit/Makefile b/devel/etoile-collectionkit/Makefile index a9f21840d005..0470646a4b74 100644 --- a/devel/etoile-collectionkit/Makefile +++ b/devel/etoile-collectionkit/Makefile @@ -24,7 +24,7 @@ USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes DEFAULT_LIBVERSION= 0.1 -USE_GNUSTEP_LDCONFIG= ${LOCALLIBDIR} +USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} SNAPSHOT= 20061221 WRKSRC= ${WRKDIR}/Etoile/ diff --git a/devel/etoile-foundation/Makefile b/devel/etoile-foundation/Makefile index 1471feacd79a..737d2a455a0f 100644 --- a/devel/etoile-foundation/Makefile +++ b/devel/etoile-foundation/Makefile @@ -24,7 +24,7 @@ USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes DEFAULT_LIBVERSION= 0.1 -USE_GNUSTEP_LDCONFIG= ${LOCALLIBDIR} +USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} SNAPSHOT= 20061221 WRKSRC= ${WRKDIR}/Etoile/ diff --git a/devel/etoile-unitkit/Makefile b/devel/etoile-unitkit/Makefile index 626fe6c63d97..4390fbb68e4d 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/ diff --git a/devel/fortytwo-encore/Makefile b/devel/fortytwo-encore/Makefile index d1b40649d7ae..4674cc79a1c9 100644 --- a/devel/fortytwo-encore/Makefile +++ b/devel/fortytwo-encore/Makefile @@ -23,7 +23,7 @@ USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes DEFAULT_LIBVERSION= 0.1 -USE_GNUSTEP_LDCONFIG= ${LOCALLIBDIR} +USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} WRKSRC= ${WRKDIR}/Encore-${PORTVERSION} DOCSDIR= ${GNUSTEP_PREFIX}/Local/Library/Documentation/Encore diff --git a/devel/highlighterkit/Makefile b/devel/highlighterkit/Makefile index cdb51129102f..ce0fe2374e25 100644 --- a/devel/highlighterkit/Makefile +++ b/devel/highlighterkit/Makefile @@ -20,6 +20,6 @@ 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} .include <bsd.port.mk> diff --git a/devel/objectivelib/Makefile b/devel/objectivelib/Makefile index 2861293937c2..8afe0d90154c 100644 --- a/devel/objectivelib/Makefile +++ b/devel/objectivelib/Makefile @@ -21,7 +21,7 @@ USE_GNUSTEP_BASE= yes USE_GNUSTEP_CONFIGURE= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes -USE_GNUSTEP_LDCONFIG= ${LOCALLIBDIR} +USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} WRKSRC= ${WRKDIR} |