diff options
author | pav <pav@FreeBSD.org> | 2008-03-20 09:56:52 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-03-20 09:56:52 +0000 |
commit | 8e28cfec81a60bd7a3081ef983c379157a3e3b4d (patch) | |
tree | 640150de8b9d922b52769153c7eb91333bfcf078 /graphics/kudu | |
parent | ba8d6f2a97161b0080a3c942de1f1f28bcade5da (diff) | |
download | FreeBSD-ports-8e28cfec81a60bd7a3081ef983c379157a3e3b4d.zip FreeBSD-ports-8e28cfec81a60bd7a3081ef983c379157a3e3b4d.tar.gz |
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Diffstat (limited to 'graphics/kudu')
-rw-r--r-- | graphics/kudu/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/kudu/Makefile b/graphics/kudu/Makefile index 8e21a33..c7c25b1 100644 --- a/graphics/kudu/Makefile +++ b/graphics/kudu/Makefile @@ -24,8 +24,6 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_GCC= 3.4+ -USE_GETOPT_LONG= yes - CPPFLAGS+= -I${X11BASE}/include LDFLAGS+= -L${X11BASE}/lib CFLAGS+= ${PTHREAD_CFLAGS} |