diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-04-26 10:44:28 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-04-26 10:44:28 +0000 |
commit | 83f02b963c2b22c85235bf19b4f10a20bea921b5 (patch) | |
tree | e5e83d3ba0442c1c2f0b99c843428b36a8eb003d /science | |
parent | 2013-04-26 devel/py-extended_threading: checksum mismatch; domain disappeared (diff) |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=316596
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 \ |