From 54b4063cec319dac240785ffe33fcd1f5b6ca137 Mon Sep 17 00:00:00 2001 From: petef Date: Sun, 18 May 2003 16:03:16 +0000 Subject: Use USE_GETOPT_LONG. PR: 51387, 51383, 51380, 51388, 51384, 51372, 51373, 51381, 51382 Submitted by: Ports Fury --- net/serveez/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'net') diff --git a/net/serveez/Makefile b/net/serveez/Makefile index 2b5f0b048941..a6b0fa65e7d9 100644 --- a/net/serveez/Makefile +++ b/net/serveez/Makefile @@ -24,6 +24,7 @@ LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 GUILE_CONFIG?= ${LOCALBASE}/bin/guile-config +USE_GETOPT_LONG= yes USE_GMAKE= yes USE_LIBTOOL= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore @@ -35,10 +36,4 @@ MAN1= serveez.1 CPPFLAGS= `${GUILE_CONFIG} compile` LDFLAGS= `${GUILE_CONFIG} link` -.if !exists(/usr/include/getopt.h) -LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lgnugetopt -.endif - .include -- cgit