diff options
author | pav <pav@FreeBSD.org> | 2005-09-18 00:13:00 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-09-18 00:13:00 +0000 |
commit | 88b8bab3cb6ea86c9a0a1174ec2612f905d2e68e (patch) | |
tree | 31874e7fd137f7f88e4d2f752754d3c4710319de /graphics | |
parent | c94bc0c7a21c7ca1e951e3108016cdfeffceb753 (diff) | |
download | FreeBSD-ports-88b8bab3cb6ea86c9a0a1174ec2612f905d2e68e.zip FreeBSD-ports-88b8bab3cb6ea86c9a0a1174ec2612f905d2e68e.tar.gz |
- Fix build on 4.X
PR: ports/86282
Submitted by: Emanuel Haupt <ehaupt@critical.ch> (maintainer)
Reported by: krismail
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/exrtools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/exrtools/Makefile b/graphics/exrtools/Makefile index 43f7333..4d5b972 100644 --- a/graphics/exrtools/Makefile +++ b/graphics/exrtools/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= Half:${PORTSDIR}/graphics/OpenEXR \ USE_LIBTOOL_VER=13 USE_GMAKE= yes USE_REINPLACE= yes +USE_GETOPT_LONG=yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |