aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/rdup
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2017-01-07 09:07:55 +0800
committeradamw <adamw@FreeBSD.org>2017-01-07 09:07:55 +0800
commit3c91de6f1c5072f632cab5cb4183707b29703f45 (patch)
tree0c430563f422ba94eadd69271e0d8a3eb62ecd6a /sysutils/rdup
parent4c64b468e3e1dc65c24a1bb78ec4b0a83b2ebbe2 (diff)
downloadfreebsd-ports-gnome-3c91de6f1c5072f632cab5cb4183707b29703f45.tar.gz
freebsd-ports-gnome-3c91de6f1c5072f632cab5cb4183707b29703f45.tar.zst
freebsd-ports-gnome-3c91de6f1c5072f632cab5cb4183707b29703f45.zip
LIB_DEPENDS=libglib-2.0.so should be USE_GNOME=glib20.
Also, while here, sort the LIB_DEPENDS in desktutils/gnome-contacts, because wow.
Diffstat (limited to 'sysutils/rdup')
-rw-r--r--sysutils/rdup/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/rdup/Makefile b/sysutils/rdup/Makefile
index 09418d89acd1..8e4aaa01ba1d 100644
--- a/sysutils/rdup/Makefile
+++ b/sysutils/rdup/Makefile
@@ -14,12 +14,12 @@ COMMENT= Tool to generate (incremental) backup file list
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS= libglib-2.0.so:devel/glib20 \
- libpcre.so:devel/pcre \
+LIB_DEPENDS= libpcre.so:devel/pcre \
libnettle.so:security/nettle
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USES= autoreconf gmake libarchive pkgconfig
+USE_GNOME= glib20
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
MAKEFILE= GNUmakefile