diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-08 09:04:05 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-08 09:04:05 +0000 |
commit | e698ea2fb08960d0292a5dcf825e53768787e700 (patch) | |
tree | 55068941ffe17b71826c21444fcb306c4f86ab91 /graphics/libwmf/Makefile | |
parent | 2f47e588998a5c2e6e18a3aea1ce3401579ac16c (diff) | |
download | ports-e698ea2fb08960d0292a5dcf825e53768787e700.tar.gz ports-e698ea2fb08960d0292a5dcf825e53768787e700.zip |
Diffstat (limited to 'graphics/libwmf/Makefile')
-rw-r--r-- | graphics/libwmf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile index 594bfce233aa..1a81d4bfd8a0 100644 --- a/graphics/libwmf/Makefile +++ b/graphics/libwmf/Makefile @@ -16,10 +16,11 @@ LIB_DEPENDS= libpng.so:graphics/png \ libgd.so:graphics/gd \ libexpat.so:textproc/expat2 -USES= autoreconf:build jpeg libtool localbase pkgconfig +USES= autoreconf:build cpe jpeg libtool localbase pkgconfig USE_GITHUB= yes GH_ACCOUNT= caolanm USE_LDCONFIG= yes +CPE_VENDOR= wvware GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gsfontdir=${LOCALBASE}/share/ghostscript/fonts |