diff options
Diffstat (limited to 'graphics/xpdf/Makefile')
-rw-r--r-- | graphics/xpdf/Makefile | 4 |
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 |