diff options
author | krion <krion@FreeBSD.org> | 2004-12-09 07:03:10 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-12-09 07:03:10 +0800 |
commit | fc910bd62921fe134b93657c55cdc8092a8f2599 (patch) | |
tree | 64044986a17e933a5139a2a058634fd71600273a /graphics | |
parent | 2b709b85ae8b9bde08bac8cf2ab8f3134c69dcad (diff) | |
download | freebsd-ports-gnome-fc910bd62921fe134b93657c55cdc8092a8f2599.tar.gz freebsd-ports-gnome-fc910bd62921fe134b93657c55cdc8092a8f2599.tar.zst freebsd-ports-gnome-fc910bd62921fe134b93657c55cdc8092a8f2599.zip |
Fix build on 4-x
Diffstat (limited to 'graphics')
-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 |