diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-24 22:17:41 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-24 22:17:41 +0000 |
commit | 312461b6fa77f1cca68731482cf7519092085f56 (patch) | |
tree | 60ad4767380537b433ea1dfdfc2e72ae71751873 /print/ghostscript8 | |
parent | d8a73366f4042a17f0426e917e4a6ec3c42f67f5 (diff) |
Notes
Diffstat (limited to 'print/ghostscript8')
-rw-r--r-- | print/ghostscript8/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 97546f18808c..9b29feec2c28 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -60,9 +60,8 @@ CPPFLAGS+= -DUPD_SIGNAL=0 -I. \ -I${WRKSRC}/jasper/src/libjasper/include \ -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -XCFLAGS= ${PTHREAD_CFLAGS} \ - -DA4 -XLDFLAGS= ${PTHREAD_LIBS} +XCFLAGS= -DA4 +XLDFLAGS= -lpthread PLIST_SUB= GS_VERSION="${PORTVERSION}" \ CIDFONTDIR="${CIDFONTDIR:S,^${PREFIX}/,,}" |