diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-06-11 19:11:13 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-06-11 19:11:13 +0800 |
commit | f8b996b459d9b34a92106aea875f5bb660907ebe (patch) | |
tree | 45e78c3c6faf7d4a1269a41428465a1587be496e | |
parent | 4d90426f965d06dbe049733a41879ff6f9dfaa24 (diff) | |
download | marcuscom-ports-f8b996b459d9b34a92106aea875f5bb660907ebe.tar.gz marcuscom-ports-f8b996b459d9b34a92106aea875f5bb660907ebe.tar.zst marcuscom-ports-f8b996b459d9b34a92106aea875f5bb660907ebe.zip |
Add shebangfix. To fix script to look for perl/python in ${LOCALBASE} and not in /usr
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18528 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | devel/glib20/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 8a569d848..cb2f0b17e 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -23,7 +23,7 @@ PORTSCOUT= limitw:1,even LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre \ ffi:${PORTSDIR}/devel/libffi -USES= gettext iconv pathfix pkgconfig +USES= gettext iconv pathfix pkgconfig shebangfix USE_AUTOTOOLS= libtool USE_LDCONFIG= yes USE_GNOME= ltverhack @@ -40,6 +40,8 @@ CONFIGURE_ENV= ac_cv_header_sys_inotify_h= CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +SHEBANG_FILES= */*.pl glib/gen-iswide-table.py + OPTIONS_DEFINE= COLLATION_FIX DEBUG COLLATION_FIX_DESC= fix string collation |