diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-13 03:57:25 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-13 03:57:25 +0000 |
commit | d7f59ea8de230bb289b02649cd575560e4c71e0d (patch) | |
tree | eae797f7211f5c20b5be446f4fa649681b374597 /mail/addresses-goodies | |
parent | 3aa9b484131b5835a7875ba57cac901593286b35 (diff) | |
download | ports-d7f59ea8de230bb289b02649cd575560e4c71e0d.tar.gz ports-d7f59ea8de230bb289b02649cd575560e4c71e0d.zip |
Notes
Diffstat (limited to 'mail/addresses-goodies')
-rw-r--r-- | mail/addresses-goodies/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/addresses-goodies/Makefile b/mail/addresses-goodies/Makefile index c2f6d957ea64..fef752c2ae58 100644 --- a/mail/addresses-goodies/Makefile +++ b/mail/addresses-goodies/Makefile @@ -24,7 +24,7 @@ USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes USE_GNUSTEP_SYSTEM_LIBS+= Inspector:${GWORKSPACE_PORT} USE_GNUSTEP_LOCAL_LIBS+= Addresses:${ADDRESSES_PORT} -USE_GNUSTEP_LDCONFIG= ${LOCALLIBDIR} +USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} WRKSRC= ${WRKDIR}/Addresses-${PORTVERSION}/Goodies @@ -36,7 +36,6 @@ post-patch: -e 's|VCFViewer||' \ ${WRKSRC}/GNUmakefile ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ - -e 's|GNUSTEP_INSTALLATION_DIR|GNUSTEP_SYSTEM_ROOT|' \ -e 's|Library/GWorkspace|Library/Bundles|' \ -e 's|-lGWorkspace|-lInspector|' \ ${WRKSRC}/VCFViewer/GNUmakefile |