aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xpdf
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-07-10 14:55:28 +0800
committerbapt <bapt@FreeBSD.org>2013-07-10 14:55:28 +0800
commita564d011d1e5b4c73ae59238e35a2521f20d22d1 (patch)
tree865049fa69fc6341fbf7ffd3001ed8d78e56cfee /graphics/xpdf
parent001afe11f445e4869bac6a102524066580819412 (diff)
downloadfreebsd-ports-gnome-a564d011d1e5b4c73ae59238e35a2521f20d22d1.tar.gz
freebsd-ports-gnome-a564d011d1e5b4c73ae59238e35a2521f20d22d1.tar.zst
freebsd-ports-gnome-a564d011d1e5b4c73ae59238e35a2521f20d22d1.zip
Convert from USE_MOTIF to USES=motif
While here: - Trim headers - Convert some USE_GMAKE to USES=gmake
Diffstat (limited to 'graphics/xpdf')
-rw-r--r--graphics/xpdf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile
index f8d7ea5b0adb..bc03b701c557 100644
--- a/graphics/xpdf/Makefile
+++ b/graphics/xpdf/Makefile
@@ -14,7 +14,7 @@ COMMENT= Display PDF files and convert them to other formats
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake
CFLAGS+= -I${LOCALBASE}/include
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@@ -57,7 +57,7 @@ MAN5= xpdfrc.5
.if ${PORT_OPTIONS:MX11}
CONFIGURE_ARGS+= --with-x
-USE_MOTIF= yes
+USES+= motif
MAN1+= xpdf.1
PLIST_SUB+= X11=""
.else