diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-07-04 19:30:52 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-07-04 19:30:52 +0000 |
commit | 29fbf95c261768d11b308211e8e7463e3912193b (patch) | |
tree | 003728539fe272a72efab98dac2334f8d3309863 /sysutils/rdup | |
parent | 688ee240d13a8ce022163de1c88bc2e5e34ba424 (diff) |
- Fix build with HEAD
- Makefile cleanup
PR: 136208
Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=237102
Diffstat (limited to 'sysutils/rdup')
-rw-r--r-- | sysutils/rdup/Makefile | 16 |
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 |