diff options
Diffstat (limited to 'x11/gskrab/Makefile')
-rw-r--r-- | x11/gskrab/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/gskrab/Makefile b/x11/gskrab/Makefile index c275be5ffb4f..0d2a8218150c 100644 --- a/x11/gskrab/Makefile +++ b/x11/gskrab/Makefile @@ -20,4 +20,7 @@ USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} ADDITIONAL_LIB_DIRS+= -L${WRKSRC}/GSKrabFramework/GSKrab.framework/Versions/Current +post-patch: + @${REINPLACE_CMD} -e "/GNUSTEP_INSTALLATION_DIR/d" ${WRKSRC}/GNUmakefile + .include <bsd.port.mk> |