From e49a739b3e3422133dedc13215a113c350344254 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 2 May 2003 08:12:31 +0000 Subject: Utilize USE_GETOPT_LONG PR: ports/51370 Submitted by: Ports Fury --- games/wmpuzzle/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'games/wmpuzzle') diff --git a/games/wmpuzzle/Makefile b/games/wmpuzzle/Makefile index b55bce17e557..d6c6d8b8f12a 100644 --- a/games/wmpuzzle/Makefile +++ b/games/wmpuzzle/Makefile @@ -23,6 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src USE_X_PREFIX= yes USE_XPM= yes +USE_GETOPT_LONG= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} @@ -35,12 +36,6 @@ BSDIMAGES= daemon.xpm CPPFLAGS= -I${X11BASE}/include LDFLAGS= -L${X11BASE}/lib -.if !exists(/usr/include/getopt.h) -LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lgnugetopt -.endif - post-extract: .for i in ${BSDIMAGES} ${CP} ${DISTDIR}/${DIST_SUBDIR}/${i} ${WRKSRC}/ -- cgit v1.2.3