aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-07-05 03:30:52 +0800
committermiwi <miwi@FreeBSD.org>2009-07-05 03:30:52 +0800
commit4a35fd15eca94b73991af953e1b2853624e05021 (patch)
tree2f1f42487519bb204dfee62ddd4293c9ff1ccb87 /sysutils
parent1273c200839610bc6c996e70da3543d92eae6801 (diff)
downloadfreebsd-ports-4a35fd15eca94b73991af953e1b2853624e05021.tar.gz
freebsd-ports-4a35fd15eca94b73991af953e1b2853624e05021.tar.zst
freebsd-ports-4a35fd15eca94b73991af953e1b2853624e05021.zip
- Fix build with HEAD
- Makefile cleanup PR: 136208 Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/rdup/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/sysutils/rdup/Makefile b/sysutils/rdup/Makefile
index 01439e5884c5..c1df78c096e3 100644
--- a/sysutils/rdup/Makefile
+++ b/sysutils/rdup/Makefile
@@ -6,23 +6,25 @@
# $FreeBSD$
#
-PORTNAME= rdup
+PORTNAME= rdup
PORTVERSION= 1.0.0
-CATEGORIES= sysutils
+CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
- http://miek.nl/projects/rdup/
+ http://miek.nl/projects/rdup/
MAINTAINER= corky1951@comcast.net
COMMENT= A tool to generate an (incremental) backup file list
LIB_DEPENDS= glib-2.0:${PORTSDIR}/devel/glib20 \
- pcre:${PORTSDIR}/devel/pcre \
- archive:${PORTSDIR}/archivers/libarchive \
- nettle:${PORTSDIR}/security/nettle
+ pcre:${PORTSDIR}/devel/pcre \
+ archive:${PORTSDIR}/archivers/libarchive \
+ nettle:${PORTSDIR}/security/nettle
-USE_BZIP2= yes
+USE_BZIP2= yes
+USE_AUTOTOOLS= autoconf:262
GNU_CONFIGURE= yes
+CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib ${LDFLAGS}"
USE_GMAKE= yes
MAKEFILE= GNUmakefile