diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-07-25 09:03:33 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-07-25 09:03:33 +0000 |
commit | f9fc86725d309c6c204d11f5b20af6be17424ee8 (patch) | |
tree | 3c3883f44d4e136305876342d9f86977c799ca2a /print/ghostscript7/Makefile | |
parent | 29fbbf75dbe74812f96aaf317b5c14ba86d74b1a (diff) |
Fix hidden dependency due to USE_FOO=yes after including bsd.port.pre.mk.
Notes
Notes:
svn path=/head/; revision=323629
Diffstat (limited to 'print/ghostscript7/Makefile')
-rw-r--r-- | print/ghostscript7/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index cc35ce7f1b79..aa02b04407ef 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/Makefile @@ -3,7 +3,7 @@ PORTNAME= ghostscript PORTVERSION= 7.07 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= print MASTER_SITES= SF/ghostscript/gnu-gs/${PORTVERSION}:gs_srcs \ ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/gnu/gs${PORTVERSION:S/.//}/:gs_srcs \ @@ -82,8 +82,7 @@ post-extract: post-extract-all USE_GNOME= gtk12 .endif -.include <bsd.port.pre.mk> -.include "${FILESDIR}/Makefile.drivers_post" +.include "files/Makefile.drivers_post" .for D in ${OPTIONS_DEFINE:MGS_*:S/^GS_//} \ ${OPTIONS_MULTI_X11:MGS_*:S/^GS_//} \ @@ -177,4 +176,4 @@ post-install: post-install: post-install-docs .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |