diff options
author | Max Khon <fjoe@FreeBSD.org> | 2007-04-05 18:41:31 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2007-04-05 18:41:31 +0000 |
commit | a5fa367a83f8a60679ba74a63f88126806350b43 (patch) | |
tree | 077a0f72787f9c9296e9d93865f57225db5cc50f /textproc | |
parent | 3d7c99a1644753ae7bc2f668e79c0bafe846e472 (diff) | |
download | ports-a5fa367a83f8a60679ba74a63f88126806350b43.tar.gz ports-a5fa367a83f8a60679ba74a63f88126806350b43.zip |
One more temporary workaround for make(1) in -CURRENT.
Notes
Notes:
svn path=/head/; revision=189306
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aft/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/aft/Makefile b/textproc/aft/Makefile index ee6e6889fd38..71bf2d1b2cba 100644 --- a/textproc/aft/Makefile +++ b/textproc/aft/Makefile @@ -17,6 +17,7 @@ COMMENT= A document preparation system using an Almost Free Text input format USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= -build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_GMAKE= yes .if defined(NOPORTDOCS) INSTALL_TARGET= install-binSCRIPTS install-pkgdataDATA install-pkgdataSCRIPTS |