diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-07-14 02:53:03 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-07-14 02:53:03 +0000 |
commit | b185046be2ec03555daaf4f26d38542c403a9955 (patch) | |
tree | 0274ce607614533de66837fc1f70d4c35770d9e1 /graphics/yafray/Makefile | |
parent | Update to 0.2.3 (diff) |
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
Notes
Notes:
svn path=/head/; revision=84842
Diffstat (limited to 'graphics/yafray/Makefile')
-rw-r--r-- | graphics/yafray/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/graphics/yafray/Makefile b/graphics/yafray/Makefile index a97bcb31f2a4..f4593f46cae2 100644 --- a/graphics/yafray/Makefile +++ b/graphics/yafray/Makefile @@ -6,6 +6,7 @@ PORTNAME= yafray PORTVERSION= 0.0.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.coala.uniovi.es/~jandro/noname/downloads/ @@ -14,6 +15,7 @@ COMMENT= A fast XML based raytracer LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg +USE_GETOPT_LONG=yes USE_REINPLACE= yes GNU_CONFIGURE= yes @@ -30,12 +32,6 @@ pre-everything:: @${ECHO_MSG} "by defining WITH_OPTIMIZED_CFLAGS" .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500041 -LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt -.endif - post-patch: @${REINPLACE_CMD} -e \ 's|-lpthread|${PTHREAD_LIBS}|' \ @@ -48,4 +44,4 @@ post-patch: s|-Wall|${CXXFLAGS}|' \ ${WRKSRC}/src/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> |