diff options
Diffstat (limited to 'x11-toolkits/gtk-sharp20/Makefile')
-rw-r--r-- | x11-toolkits/gtk-sharp20/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-toolkits/gtk-sharp20/Makefile b/x11-toolkits/gtk-sharp20/Makefile index dba80e6fd935..315256eb19fc 100644 --- a/x11-toolkits/gtk-sharp20/Makefile +++ b/x11-toolkits/gtk-sharp20/Makefile @@ -2,6 +2,7 @@ # Date created: 2003-01-01 # Whom: Juli Mallett # +# $Id: Makefile,v 1.10 2004/12/09 04:45:12 tmclau02 Exp $ # $FreeBSD$ # @@ -25,6 +26,8 @@ USE_GMAKE= yes USE_PERL5_RUN= yes USE_GNOME= gnomehack libgnomedb gtkhtml3 vte librsvg2 +MAKE_ENV=MONO_SHARED_DIR=${WRKDIR} + post-patch: @${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \ 's|^#!/usr/bin/perl|#!${PERL}|' |