diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 10:24:29 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 10:24:29 +0800 |
commit | 27bcde2bbeb9705ab9909fa624324d2dabc8a3c3 (patch) | |
tree | 9732a636b574b55c7fbddc861c58994a5b2bb9d5 /net-p2p/createtorrent | |
parent | 390824965052cc70180f9260020ce05f7bac73b3 (diff) | |
download | freebsd-ports-gnome-27bcde2bbeb9705ab9909fa624324d2dabc8a3c3.tar.gz freebsd-ports-gnome-27bcde2bbeb9705ab9909fa624324d2dabc8a3c3.tar.zst freebsd-ports-gnome-27bcde2bbeb9705ab9909fa624324d2dabc8a3c3.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'net-p2p/createtorrent')
-rw-r--r-- | net-p2p/createtorrent/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net-p2p/createtorrent/Makefile b/net-p2p/createtorrent/Makefile index 066c3fea0904..ac6a34b9384d 100644 --- a/net-p2p/createtorrent/Makefile +++ b/net-p2p/createtorrent/Makefile @@ -20,13 +20,7 @@ USE_OPENSSL= yes PLIST_FILES= bin/createtorrent -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= does not compile on 4.x -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin -.include <bsd.port.post.mk> +.include <bsd.port.mk> |