diff options
author | miwi <miwi@FreeBSD.org> | 2009-07-05 03:30:52 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-07-05 03:30:52 +0800 |
commit | 4a35fd15eca94b73991af953e1b2853624e05021 (patch) | |
tree | 2f1f42487519bb204dfee62ddd4293c9ff1ccb87 /sysutils | |
parent | 1273c200839610bc6c996e70da3543d92eae6801 (diff) | |
download | freebsd-ports-gnome-4a35fd15eca94b73991af953e1b2853624e05021.tar.gz freebsd-ports-gnome-4a35fd15eca94b73991af953e1b2853624e05021.tar.zst freebsd-ports-gnome-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/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 |