diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 06:55:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 06:55:28 +0000 |
commit | 1679a3f535999d7959d45dfc6a5809c8e1ddf919 (patch) | |
tree | 865049fa69fc6341fbf7ffd3001ed8d78e56cfee /graphics/xpdf | |
parent | 4ab73fde6eb5fc46fecfc39aec07fdcefbeff324 (diff) | |
download | ports-1679a3f535999d7959d45dfc6a5809c8e1ddf919.tar.gz ports-1679a3f535999d7959d45dfc6a5809c8e1ddf919.zip |
Notes
Diffstat (limited to 'graphics/xpdf')
-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 |