diff options
author | hrs <hrs@FreeBSD.org> | 2013-07-25 17:03:33 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2013-07-25 17:03:33 +0800 |
commit | 9e88f8de7382e30b4ba40ffc369a77a3c5e59d83 (patch) | |
tree | 3c3883f44d4e136305876342d9f86977c799ca2a /print/ghostscript8 | |
parent | 0f57fb08767415cf5d2e7cb1f304399a9de4fd90 (diff) | |
download | freebsd-ports-gnome-9e88f8de7382e30b4ba40ffc369a77a3c5e59d83.tar.gz freebsd-ports-gnome-9e88f8de7382e30b4ba40ffc369a77a3c5e59d83.tar.zst freebsd-ports-gnome-9e88f8de7382e30b4ba40ffc369a77a3c5e59d83.zip |
Fix hidden dependency due to USE_FOO=yes after including bsd.port.pre.mk.
Diffstat (limited to 'print/ghostscript8')
-rw-r--r-- | print/ghostscript8/Makefile | 8 | ||||
-rw-r--r-- | print/ghostscript8/files/Makefile.drivers_post | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 1bac0ed5a71b..f5e23505bccb 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -3,7 +3,7 @@ PORTNAME= ghostscript PORTVERSION= 8.71 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= print MASTER_SITES= http://downloads.ghostscript.com/public/:gs_srcs \ SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \ @@ -93,8 +93,8 @@ CIDFONTDIR= ${DATADIR}/${PORTVERSION}/Resource EXCLUDE_DIRS= jbig2dec jpeg expat jasper libpng tiff zlib .include "Makefile.drivers" -.include <bsd.port.pre.mk> -.include "${FILESDIR}/Makefile.drivers_post" +.include <bsd.port.options.mk> +.include "files/Makefile.drivers_post" .for D in ${OPTIONS_DEFINE:MGS_*:S/^GS_//} \ ${OPTIONS_MULTI_X11:MGS_*:S/^GS_//} \ @@ -215,4 +215,4 @@ post-install: post-install: post-install-docs .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/print/ghostscript8/files/Makefile.drivers_post b/print/ghostscript8/files/Makefile.drivers_post index 463cfa997f17..b4a62b0b155f 100644 --- a/print/ghostscript8/files/Makefile.drivers_post +++ b/print/ghostscript8/files/Makefile.drivers_post @@ -3,12 +3,12 @@ # dmprt specific .if ${PORT_OPTIONS:MGS_dmprt} -.include "${FILESDIR}/Makefile.dmprt" +.include "files/Makefile.dmprt" .endif # epag specific .if ${PORT_OPTIONS:MGS_epag} -.include "${FILESDIR}/Makefile.epag" +.include "files/Makefile.epag" .endif EPAG_BASE= epag @@ -24,7 +24,7 @@ post-extract: post-extract-epag # pcl3 specific .if ${PORT_OPTIONS:MGS_pcl3} -.include "${FILESDIR}/Makefile.pcl3" +.include "files/Makefile.pcl3" .endif # cups specific |