diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 08:50:17 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 08:50:17 +0000 |
commit | e1555011ab42870150513585c13b3a273e4bf53b (patch) | |
tree | 75814c6755c8e7b9ed02c4c7bd60001370cbdfbd /databases/glom | |
parent | dae43d7a6d5bdca67edda0ed02db4a1593899b62 (diff) |
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=371173
Diffstat (limited to 'databases/glom')
-rw-r--r-- | databases/glom/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/glom/Makefile b/databases/glom/Makefile index 1e415da62093..6415b1ed608a 100644 --- a/databases/glom/Makefile +++ b/databases/glom/Makefile @@ -29,10 +29,9 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-co GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= desktop-file-utils gettext gmake libtool pathfix \ - pgsql pkgconfig shared-mime-info tar:bzip2 + pgsql pkgconfig python shared-mime-info tar:bzip2 USE_GNOME= gnomedocutils gnomeprefix pygnomeextras USE_LDCONFIG= yes -USE_PYTHON= yes INSTALLS_OMF= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |