diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-25 05:35:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-25 05:35:31 +0000 |
commit | a33191366c083aad8ab7cd37d06db2d4790f3e39 (patch) | |
tree | 6379d84ceeca72bc6c80702dd60bd714b378b04a /graphics/epstool | |
parent | 4bde157247a8dd613e16048a7701a02ea240e8a9 (diff) | |
download | ports-a33191366c083aad8ab7cd37d06db2d4790f3e39.tar.gz ports-a33191366c083aad8ab7cd37d06db2d4790f3e39.zip |
Notes
Diffstat (limited to 'graphics/epstool')
-rw-r--r-- | graphics/epstool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/epstool/Makefile b/graphics/epstool/Makefile index a8269a8e1430..6023bd43bd9f 100644 --- a/graphics/epstool/Makefile +++ b/graphics/epstool/Makefile @@ -16,7 +16,7 @@ USE_GHOSTSCRIPT_RUN= yes USES= gmake MAKEFILE= makefile -MAKE_ARGS= MAKE="${GMAKE}" GSCDEBUG="" CC="${CC}" CCAUX="${CC}" \ +MAKE_ARGS= MAKE="${MAKE_CMD}" GSCDEBUG="" CC="${CC}" CCAUX="${CC}" \ CLINK="${CC} ${LDFLAGS}" LINK="${CC} ${LDFLAGS}" EPSLIB="" \ GTKCFLAGS="" GTKLIBS="" LIBPNGCFLAGS="" LIBPNGLIBS="" ALL_TARGET= ${PORTNAME} |