diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2017-11-02 21:41:47 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2017-11-02 21:41:47 +0000 |
commit | e929aea23c678404413a50eb73c457b8960438e1 (patch) | |
tree | 703ea97b5e5fc4a7ad76317a23ee70bd12ff1494 /graphics | |
parent | 149be67400eb8cd7ef5777241693267dc5e74076 (diff) | |
download | ports-e929aea23c678404413a50eb73c457b8960438e1.tar.gz ports-e929aea23c678404413a50eb73c457b8960438e1.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/opencsg/Makefile | 2 | ||||
-rw-r--r-- | graphics/xpdf3/Makefile | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/opencsg/Makefile b/graphics/opencsg/Makefile index 363993d4fc38..91c7567b7c5b 100644 --- a/graphics/opencsg/Makefile +++ b/graphics/opencsg/Makefile @@ -13,7 +13,7 @@ COMMENT= Constructive Solid Geometry rendering library USES= qmake USE_GL= glew -USE_QT4= corelib gui +USE_QT4= corelib gui WRKSRC= ${WRKDIR}/${DISTNAME}/src PLIST_SUB= PORTVERSION=${PORTVERSION} diff --git a/graphics/xpdf3/Makefile b/graphics/xpdf3/Makefile index 0ce59d9b0e25..cce8b2e2a467 100644 --- a/graphics/xpdf3/Makefile +++ b/graphics/xpdf3/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://mirrors.rit.edu/zi/ \ TEX_CTAN/support/xpdf \ http://komquats.com/distfiles/ .if !defined(MASTERDIR) -PKGNAMESUFFIX= 3 +PKGNAMESUFFIX= 3 CONFLICTS_INSTALL= xpdf4-* xpdf-* .else CONFLICTS_INSTALL= xpdf4-* xpdf3-* @@ -37,16 +37,16 @@ MANPREFIX= ${PREFIX}/share/xpdf OPTIONS_DEFINE= LIBPAPER TYPE1 X11 DOCS LIBPAPER_DESC= Enable libpaper TYPE1_DESC= Ghostscript type1 fonts -OPTIONS_DEFAULT= TYPE1 X11 -OPTIONS_SUB= yes +OPTIONS_DEFAULT=TYPE1 X11 +OPTIONS_SUB= yes SUB_FILES= xpdf-man.conf TYPE1_RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/n021003l.pfb:print/gsfonts LIBPAPER_LIB_DEPENDS= libpaper.so:print/libpaper -LIBPAPER_CONFIGURE_ON=--with-libpaper-library="${LOCALBASE}/lib" \ - --with-libpaper-includes="${LOCALBASE}/include" +LIBPAPER_CONFIGURE_ON= --with-libpaper-library="${LOCALBASE}/lib" \ + --with-libpaper-includes="${LOCALBASE}/include" LIBPAPER_CONFIGURE_OFF=--without-libpaper-library .if defined(A4) |