diff options
Diffstat (limited to 'sysutils/tarsnap/Makefile')
-rw-r--r-- | sysutils/tarsnap/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sysutils/tarsnap/Makefile b/sysutils/tarsnap/Makefile index 0a50e666b8cb..6688cbef74b9 100644 --- a/sysutils/tarsnap/Makefile +++ b/sysutils/tarsnap/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tarsnap -PORTVERSION= 1.0.35 -PORTREVISION= 2 +PORTVERSION= 1.0.36 CATEGORIES= sysutils MASTER_SITES= http://www.tarsnap.com/download-http/ DISTNAME= ${PORTNAME}-autoconf-${PORTVERSION} @@ -14,12 +13,6 @@ COMMENT= Online encrypted backup service (client) GNU_CONFIGURE= yes USES= gmake tar:tgz -OPTIONS_DEFINE= SSE2 -SSE2_DESC= Use SSE2-optimized code - -SSE2_CONFIGURE_ENABLE= sse2 -SSE2_CFLAGS= -msse2 - .include <bsd.port.pre.mk> # safety check to ensure that we don't violate the license |