diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-20 09:56:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-20 09:56:52 +0000 |
commit | 9fc1c4fe89616480338adc0d98d5b1f0e4175302 (patch) | |
tree | a1c4a73130cdd2f28d9877c9ed4e5fc54d9c25ae /graphics/scale2x/Makefile | |
parent | Update to 0.6.0 (diff) |
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Diffstat (limited to '')
-rw-r--r-- | graphics/scale2x/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/scale2x/Makefile b/graphics/scale2x/Makefile index 4585223a9617..11dea8fd8d6d 100644 --- a/graphics/scale2x/Makefile +++ b/graphics/scale2x/Makefile @@ -16,7 +16,6 @@ COMMENT= Real-time graphics effect able to increase the size of small bitmaps LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png -USE_GETOPT_LONG=yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |