diff options
author | ak <ak@FreeBSD.org> | 2013-04-26 18:44:28 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-04-26 18:44:28 +0800 |
commit | be0532aa1927751208f2697351ec6365d64f46e3 (patch) | |
tree | e5e83d3ba0442c1c2f0b99c843428b36a8eb003d /science | |
parent | 1b4e8ae3fa9398a48e6c4797e41a32870c88ed6c (diff) | |
download | freebsd-ports-gnome-be0532aa1927751208f2697351ec6365d64f46e3.tar.gz freebsd-ports-gnome-be0532aa1927751208f2697351ec6365d64f46e3.tar.zst freebsd-ports-gnome-be0532aa1927751208f2697351ec6365d64f46e3.zip |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt)
Diffstat (limited to 'science')
-rw-r--r-- | science/gramps/Makefile | 3 | ||||
-rw-r--r-- | science/gwyddion/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/science/gramps/Makefile b/science/gramps/Makefile index 9e0f63ec481e..21eca70b12c0 100644 --- a/science/gramps/Makefile +++ b/science/gramps/Makefile @@ -19,9 +19,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb \ USE_BDB= 43 USE_PYTHON= 2.6+ -USE_GETTEXT= yes USE_GMAKE= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= pygnome2 pygnomeextras desktopfileutils gnomedocutils GNU_CONFIGURE= yes INSTALLS_OMF= yes diff --git a/science/gwyddion/Makefile b/science/gwyddion/Makefile index ff93fcd31747..3feeda5a7bd9 100644 --- a/science/gwyddion/Makefile +++ b/science/gwyddion/Makefile @@ -20,10 +20,9 @@ OPTIONS_DEFAULT=PERL PYTHON UNIQUE UNIQUE_DESC= Remote controle backend support USE_XZ= yes -USES= pathfix +USES= pathfix gettext USE_GNOME= desktopfileutils gconf2 gtk20 libxml2 USE_GL= glu -USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules --disable-gtk-doc \ |