diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-08 23:03:10 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-08 23:03:10 +0000 |
commit | 6daf4e62d6abc92b81632e800724f953426fd741 (patch) | |
tree | 1862ce6dc64b294760c856374dd209ae0e4db40f /graphics/enblend | |
parent | 720a67642b551b50fee9b3d4467c50ce27844074 (diff) | |
download | ports-6daf4e62d6abc92b81632e800724f953426fd741.tar.gz ports-6daf4e62d6abc92b81632e800724f953426fd741.zip |
Notes
Diffstat (limited to 'graphics/enblend')
-rw-r--r-- | graphics/enblend/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile index 55b853bbe257..9f00cb7f76df 100644 --- a/graphics/enblend/Makefile +++ b/graphics/enblend/Makefile @@ -18,9 +18,9 @@ LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \ jpeg:${PORTSDIR}/graphics/jpeg GNU_CONFIGURE= yes - CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +USE_GETOPT_LONG=yes PLIST_FILES= bin/enblend MAN1= enblend.1 |