ports/51370: Update port: games/wmpuzzle

KATO Tsuguru tkato at prontomail.com
Thu Apr 24 16:40:45 UTC 2003


>Number:         51370
>Category:       ports
>Synopsis:       Update port: games/wmpuzzle
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 24 09:40:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Utilize USE_GETOPT_LONG

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/wmpuzzle/Makefile games/wmpuzzle/Makefile
--- /usr/ports/games/wmpuzzle/Makefile	Sat Apr 12 22:47:35 2003
+++ games/wmpuzzle/Makefile	Fri Apr 25 00:48:07 2003
@@ -23,6 +23,7 @@
 
 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}
@@ -34,12 +35,6 @@
 
 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}
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list