diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-27 05:23:07 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-27 05:23:07 +0800 |
commit | 65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9 (patch) | |
tree | 0648e0ce504a559632af430d3494fe2008d104aa /science | |
parent | 613b43090f18ebf78cb6ffd8eac82a763a0ce226 (diff) | |
download | marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.gz marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.zst marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.zip |
Massive port framework maintaince/update (long over due too)
Deal with recent USES changes, pet portlint here and there.
Sync with ports, more to come.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18393 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'science')
-rw-r--r-- | science/gchemutils/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile index 48ae64479..095e6091f 100644 --- a/science/gchemutils/Makefile +++ b/science/gchemutils/Makefile @@ -23,10 +23,9 @@ PORTSCOUT= limitw:1,even USE_XZ= yes USE_XORG= x11 -USES= pathfix shared-mime-info USE_GNOME= intlhack gnomedocutils gtk30 libgsf libxml2 USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext pathfix shared-mime-info USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -49,7 +48,7 @@ PLIST_SUB= VER=0.14 GOFFICE=0.10 GNUMERIC_VER=1.12.1 OPTIONS_DEFINE= XUL XUL_DESC= Build browser plugin (requires Xulrunner) -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if ${PORT_OPTIONS:MXUL} USE_GECKO= libxul @@ -70,4 +69,4 @@ PLIST_SUB+= GNUMERIC="@comment " post-patch: @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/libs/gcp/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> |