diff options
Diffstat (limited to 'devel/objectivelib')
-rw-r--r-- | devel/objectivelib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |