diff options
author | bapt <bapt@FreeBSD.org> | 2015-07-20 06:04:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-07-20 06:04:44 +0800 |
commit | aa8eec71600875a323d98c0f3bce478e51762f05 (patch) | |
tree | d14494b07d89b3519c6c3cda6a5387365833c31d /databases | |
parent | 10d81b14c70a86c9f0ed611b70b63745ed8ed16e (diff) | |
download | freebsd-ports-gnome-aa8eec71600875a323d98c0f3bce478e51762f05.tar.gz freebsd-ports-gnome-aa8eec71600875a323d98c0f3bce478e51762f05.tar.zst freebsd-ports-gnome-aa8eec71600875a323d98c0f3bce478e51762f05.zip |
Enforce libarchive from ports
This reduces the patching level on some ports and make it simpler to maintainer
over all supported version of freebsd
Diffstat (limited to 'databases')
-rw-r--r-- | databases/glom/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/databases/glom/Makefile b/databases/glom/Makefile index 76c72292c98d..9a52cab6f49a 100644 --- a/databases/glom/Makefile +++ b/databases/glom/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes \ libgda5-postgresql>=0:${PORTSDIR}/databases/libgda5-postgresql GNU_CONFIGURE= yes -USES= desktop-file-utils gettext gmake libtool pathfix \ +USES= desktop-file-utils gettext gmake libarchive libtool pathfix \ pgsql pkgconfig python shared-mime-info tar:xz WANT_PGSQL= server USE_GNOME= gnomedocutils gnomeprefix intlhack pygobject3 libxml2 \ @@ -42,10 +42,6 @@ INSTALLS_ICONS= yes #PLIST_SUB+= VERSION=${PORTVERSION:R} PLIST_SUB+= VERSION=1.26 -.if ! exists(/usr/libdata/pkgconfig/libarchive.pc) -LIB_DEPENDS+= libarchive.so.13:${PORTSDIR}/archivers/libarchive -.endif - post-patch: @${REINPLACE_CMD} -e 's|-update-mime-database|true|g' \ ${WRKSRC}/Makefile.in |