diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-02 23:10:39 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-02 23:10:39 +0800 |
commit | 862615b7a89e34396fa83ee71f77297066f282fe (patch) | |
tree | a728d9912da7979dcc94e6b42c959ee51e770575 /mail/isync | |
parent | 587c947e4cfbd752c9ba2ffb4cd3476dcd46076a (diff) | |
download | freebsd-ports-gnome-862615b7a89e34396fa83ee71f77297066f282fe.tar.gz freebsd-ports-gnome-862615b7a89e34396fa83ee71f77297066f282fe.tar.zst freebsd-ports-gnome-862615b7a89e34396fa83ee71f77297066f282fe.zip |
Make portscout skip version 1.1.0. This version does not compile.
Diffstat (limited to 'mail/isync')
-rw-r--r-- | mail/isync/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/isync/Makefile b/mail/isync/Makefile index 128682e557d5..b3c72d8f222f 100644 --- a/mail/isync/Makefile +++ b/mail/isync/Makefile @@ -24,6 +24,9 @@ LDFLAGS+= -L${BDB_LIB_DIR} -L${OPENSSLLIB} -lssl -lcrypto OPTIONS_DEFINE= DOCS +# does not compile +PORTSCOUT= skipv:1.1.0 + .include <bsd.port.options.mk> post-patch: |