From b185046be2ec03555daaf4f26d38542c403a9955 Mon Sep 17 00:00:00 2001 From: FUJISHIMA Satsuki Date: Mon, 14 Jul 2003 02:53:03 +0000 Subject: get rid of libgnugetopt dependency for -CURRENT, use USE_GETOPT_LONG instead. --- graphics/yafaray/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'graphics/yafaray') diff --git a/graphics/yafaray/Makefile b/graphics/yafaray/Makefile index a97bcb31f2a4..f4593f46cae2 100644 --- a/graphics/yafaray/Makefile +++ b/graphics/yafaray/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 - -.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 +.include -- cgit v1.2.3