diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-05-18 16:03:16 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-05-18 16:03:16 +0000 |
commit | a7ebc6b6af894137049859619789b9d49f53d4cd (patch) | |
tree | 42e9a6c65cd630a24f1cd0be259f77c000ddc941 /misc/goldstr | |
parent | c9a0322c4242d5c2b51e17bdebe27bc3191f83de (diff) | |
download | ports-a7ebc6b6af894137049859619789b9d49f53d4cd.tar.gz ports-a7ebc6b6af894137049859619789b9d49f53d4cd.zip |
Notes
Diffstat (limited to 'misc/goldstr')
-rw-r--r-- | misc/goldstr/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/misc/goldstr/Makefile b/misc/goldstr/Makefile index c70aac454ddc..baa4cde4f568 100644 --- a/misc/goldstr/Makefile +++ b/misc/goldstr/Makefile @@ -14,15 +14,9 @@ MASTER_SITES= http://it.geocities.com/andreamolteni/prog/goldstr/ MAINTAINER= ports@FreeBSD.org COMMENT= Compute the golden string +USE_GETOPT_LONG= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= goldstr.1 -.if !exists(/usr/include/getopt.h) -LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lgnugetopt -.endif - .include <bsd.port.mk> |