diff options
author | sbd <sbd@pkgsrc.org> | 2012-01-30 07:09:06 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-01-30 07:09:06 +0000 |
commit | 68d1135f204c336c98e48aabec4cf893e7f3965a (patch) | |
tree | e97b2aca7d528ab71da40d7858df720a6ffbc140 /print | |
parent | 5b613382cc1409277fd8a9495bae48fbb00cd33c (diff) | |
download | pkgsrc-68d1135f204c336c98e48aabec4cf893e7f3965a.tar.gz |
When using imake the 'make' to use needs to IMAKE_MAKE otherwise there can
be problems with an interaction between gmake and bmake.
Diffstat (limited to 'print')
-rw-r--r-- | print/transfig/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/print/transfig/Makefile b/print/transfig/Makefile index c5a11fb97de..7f6281f2c97 100644 --- a/print/transfig/Makefile +++ b/print/transfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2011/01/19 19:14:15 drochner Exp $ +# $NetBSD: Makefile,v 1.41 2012/01/30 07:09:06 sbd Exp $ DISTNAME= transfig.3.2.5d PKGNAME= transfig-3.2.5d @@ -21,11 +21,6 @@ USE_IMAKE= yes MAKE_ENV+= DDA4="-DA4" .endif -# We must use GNU make on Linux -.if ${OPSYS} == "Linux" -USE_TOOLS+= gmake -.endif - MAKE_ENV+= ICONVLIBS="${BUILDLINK_LDADD.iconv}" # fig2ps2tex needs csh which might not be present on eg. Linux |