diff options
author | tijl <tijl@FreeBSD.org> | 2013-10-24 16:14:00 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2013-10-24 16:14:00 +0800 |
commit | 4734c4bac2290847f932d831d42239cc44988a14 (patch) | |
tree | 3b79e8fccc9875030dcaf7da78c024fa4261c0aa /graphics | |
parent | 6e2abad29b06f41efdf02c5963f28abd04829965 (diff) | |
download | freebsd-ports-gnome-4734c4bac2290847f932d831d42239cc44988a14.tar.gz freebsd-ports-gnome-4734c4bac2290847f932d831d42239cc44988a14.tar.zst freebsd-ports-gnome-4734c4bac2290847f932d831d42239cc44988a14.zip |
Add back DOCS option accidentally removed in previous commit.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/opencolorio/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/opencolorio/Makefile b/graphics/opencolorio/Makefile index 87a451b2e7e7..17c0b3e393f5 100644 --- a/graphics/opencolorio/Makefile +++ b/graphics/opencolorio/Makefile @@ -17,6 +17,8 @@ GH_PROJECT= OpenColorIO GH_TAGNAME= v${PORTVERSION} GH_COMMIT= 8883824 +OPTIONS_DEFINE= DOCS + LDFLAGS+= -L${LOCALBASE}/lib PLIST= ${PKGDIR}/pkg-plist${PKGNAMESUFFIX} USES= cmake:outsource pkgconfig |