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 /deskutils/gnustep-wrapper | |
parent | b0e78fd8722117f12f17f4349fde377d309e89b7 (diff) |
- use new macros
Notes
Notes:
svn path=/head/; revision=182292
Diffstat (limited to 'deskutils/gnustep-wrapper')
-rw-r--r-- | deskutils/gnustep-wrapper/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/gnustep-wrapper/Makefile b/deskutils/gnustep-wrapper/Makefile index 274439243b02..686372402393 100644 --- a/deskutils/gnustep-wrapper/Makefile +++ b/deskutils/gnustep-wrapper/Makefile @@ -20,7 +20,7 @@ USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes -USE_GNUSTEP_LDCONFIG= ${SYSLIBDIR} +USE_GNUSTEP_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} post-patch: ${REINPLACE_CMD} -e 's|cp -u|cp -p|' \ |