about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2016-05-10 23:30:14 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2016-05-10 23:30:14 +0000
commita5cb5e424fd46ac5b7aea02b135d1e346b2b8223 (patch)
tree807326d99402a98a52dea7988ef2c90d39795c54
parentc2f873dc0560e36d181b12f450f659bfdb621b08 (diff)
downloadnetpbm-mirror-a5cb5e424fd46ac5b7aea02b135d1e346b2b8223.tar.gz
netpbm-mirror-a5cb5e424fd46ac5b7aea02b135d1e346b2b8223.tar.xz
netpbm-mirror-a5cb5e424fd46ac5b7aea02b135d1e346b2b8223.zip
Don't try to build pbmtextps on system without Unix process management (ergo pm_system...)
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2775 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--generator/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/generator/Makefile b/generator/Makefile
index d0ea6b60..5120008c 100644
--- a/generator/Makefile
+++ b/generator/Makefile
@@ -16,10 +16,13 @@ include $(BUILDDIR)/config.mk
 
 PORTBINARIES = pamcrater pamgauss pamgradient \
 	       pamseq pamshadedrelief pamstereogram \
-	       pbmpage pbmmake pbmtext pbmtextps pbmupc \
+	       pbmpage pbmmake pbmtext pbmupc \
 	       pgmkernel pgmmake pgmnoise pgmramp \
 	       ppmcie ppmcolors ppmforge ppmmake ppmpat ppmrough ppmwheel \
 
+ifneq ($(DONT_HAVE_PROCESS_MGMT),Y)
+PORTBINARIES += pbmtextps 
+endif
 # We don't include programs that have special library dependencies in the
 # merge scheme, because we don't want those dependencies to prevent us
 # from building all the other programs.