diff options
author | Cy Schubert <cy@FreeBSD.org> | 2019-10-05 06:12:33 +0800 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2019-10-05 06:12:33 +0800 |
commit | 8b2dd97150c57839a0c36ef87fbdfb3da7b3fdb6 (patch) | |
tree | ed30603a5dbfe8fd2920ea55d64e1220a545dfed /graphics | |
parent | 307236886848a817741c9f0a5c5d4d648cc01762 (diff) | |
download | freebsd-ports-gnome-8b2dd97150c57839a0c36ef87fbdfb3da7b3fdb6.tar.gz freebsd-ports-gnome-8b2dd97150c57839a0c36ef87fbdfb3da7b3fdb6.tar.zst freebsd-ports-gnome-8b2dd97150c57839a0c36ef87fbdfb3da7b3fdb6.zip |
Pacify stage-qa in DEVELOPER mode.
MFH: 2019Q4
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xpdf3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/xpdf3/Makefile b/graphics/xpdf3/Makefile index 3f02a5690552..d3b46c72e184 100644 --- a/graphics/xpdf3/Makefile +++ b/graphics/xpdf3/Makefile @@ -24,7 +24,9 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libpng.so:graphics/png GNU_CONFIGURE= yes -USES= gmake cpe localbase +USES= gmake cpe localbase xorg +USE_XORG= ice sm x11 xext xt + CPE_VENDOR= foolabs CONFIGURE_ARGS= --enable-opi \ --with-freetype2-library="${LOCALBASE}/lib" \ |