diff options
author | mat <mat@FreeBSD.org> | 2016-03-24 22:36:25 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-03-24 22:36:25 +0800 |
commit | 90cb4bf962f7497148ca1018e789aeb2273ed6fb (patch) | |
tree | d7ebbc75fc29ba10f4ca9cf0c4fb28e7ea8301c8 /security/libsodium | |
parent | fac433276b0e9a6a699bbfcfe59b86393e25b380 (diff) | |
download | freebsd-ports-gnome-90cb4bf962f7497148ca1018e789aeb2273ed6fb.tar.gz freebsd-ports-gnome-90cb4bf962f7497148ca1018e789aeb2273ed6fb.tar.zst freebsd-ports-gnome-90cb4bf962f7497148ca1018e789aeb2273ed6fb.zip |
Oh, it had been fixed just before.
Reported by: antoine
Pointy hat: mat
Sponsored by: Absolight
Diffstat (limited to 'security/libsodium')
-rw-r--r-- | security/libsodium/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/libsodium/Makefile b/security/libsodium/Makefile index 925a304474db..c703a936e2a0 100644 --- a/security/libsodium/Makefile +++ b/security/libsodium/Makefile @@ -19,8 +19,6 @@ INSTALL_TARGET?= install-strip OPTIONS_DEFINE= DOCS -BROKEN_FreeBSD_9= Fails to build - .include <bsd.port.pre.mk> .if ${OPSYS} == FreeBSD && ${ARCH} == i386 && ${OSVERSION} < 1000036 |