diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-12-02 01:46:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-12-02 01:46:26 +0000 |
commit | 879d568dce4159d12dddf2bc37a045ddee72055e (patch) | |
tree | a125901a0c039a02ef404292063387129f03b5f4 /x11-fm | |
parent | Fix a typo that could result in ports depending on gtkhtml not to build. (diff) |
Fix package building.
Reported by: bento
Notes
Notes:
svn path=/head/; revision=71298
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/vide/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-fm/vide/Makefile b/x11-fm/vide/Makefile index 9e1504d689a7..95968d9379c8 100644 --- a/x11-fm/vide/Makefile +++ b/x11-fm/vide/Makefile @@ -17,7 +17,8 @@ RUN_DEPENDS= vim:${PORTSDIR}/editors/vim5 USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOMENG= yes -USE_GNOME= gnomelibs +USE_GNOME= gnomeprefix gnomelibs +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-DHAVE_SYS_PARAM_H" @@ -26,6 +27,6 @@ PLIST_SUB= VERSION=${PORTVERSION} PATCH_WRKSRC= ${WRKSRC}/src post-patch: - @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/*.c + @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/*.c .include <bsd.port.mk> |