diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 08:41:11 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 08:41:11 +0800 |
commit | 08401ab584679ba575474618aea9ae870cf34d1a (patch) | |
tree | 89d01ce199123abe4719175bfd08a04f821a557e /devel/monotone | |
parent | ab5645fbd297bdc50871bb1ce38ca93beddae3c4 (diff) | |
download | freebsd-ports-gnome-08401ab584679ba575474618aea9ae870cf34d1a.tar.gz freebsd-ports-gnome-08401ab584679ba575474618aea9ae870cf34d1a.tar.zst freebsd-ports-gnome-08401ab584679ba575474618aea9ae870cf34d1a.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'devel/monotone')
-rw-r--r-- | devel/monotone/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index 4d0f1471cf6c..5119c797abf0 100644 --- a/devel/monotone/Makefile +++ b/devel/monotone/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://monotone.ca/downloads/${PORTVERSION}/ MAINTAINER= lapo@lapo.it COMMENT= A distributed version control system with digital signatures +LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost + SUB_FILES= pkg-message USE_GCC= 3.4+ USE_PERL5_BUILD=yes @@ -30,14 +32,6 @@ PLIST_FILES= bin/mtn share/zsh/site-functions/_mtn \ INFO= monotone PORTDOCS= NEWS UPGRADE monotone.html -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -LIB_DEPENDS+= boost_regex.4:${PORTSDIR}/devel/boost-gcc3 -.else -LIB_DEPENDS+= boost_regex.4:${PORTSDIR}/devel/boost -.endif - .if defined(WITHOUT_NLS) CONFIGURE_ARGS+= --disable-nls .else @@ -63,4 +57,4 @@ post-install: .endif @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |