aboutsummaryrefslogtreecommitdiff
path: root/graphics/xpdf
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-10 06:55:28 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-10 06:55:28 +0000
commit1679a3f535999d7959d45dfc6a5809c8e1ddf919 (patch)
tree865049fa69fc6341fbf7ffd3001ed8d78e56cfee /graphics/xpdf
parent4ab73fde6eb5fc46fecfc39aec07fdcefbeff324 (diff)
downloadports-1679a3f535999d7959d45dfc6a5809c8e1ddf919.tar.gz
ports-1679a3f535999d7959d45dfc6a5809c8e1ddf919.zip
Notes
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