about summary refs log tree commit diff
path: root/converter/other
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-08-19 17:28:44 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-08-19 17:28:44 +0000
commit74a8f1cb37208e63d330b5698ca4845a125f3e2b (patch)
treeb918d83ae128e7251f4886b5ce55f15b3e2c2444 /converter/other
parent702717d224dd7c48ec17e0f60e899064b73c97ec (diff)
downloadnetpbm-mirror-74a8f1cb37208e63d330b5698ca4845a125f3e2b.tar.gz
netpbm-mirror-74a8f1cb37208e63d330b5698ca4845a125f3e2b.tar.xz
netpbm-mirror-74a8f1cb37208e63d330b5698ca4845a125f3e2b.zip
don't build pstopnm on system without Unix process control
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@380 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other')
-rw-r--r--converter/other/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/converter/other/Makefile b/converter/other/Makefile
index ba6df599..976c215a 100644
--- a/converter/other/Makefile
+++ b/converter/other/Makefile
@@ -86,9 +86,13 @@ PORTBINARIES =  bmptopnm fitstopnm \
 		pbmtopgm pfmtopam \
 	        pgmtopbm pgmtoppm ppmtopgm pnmtoddif \
 		pnmtopclxl \
-		pnmtosgi pnmtosir pamtotga pnmtoxwd pstopnm \
+		pnmtosgi pnmtosir pamtotga pnmtoxwd \
 		rlatopam sgitopnm sirtopnm xwdtopnm zeisstopnm
 
+ifneq ($(DONT_HAVE_PROCESS_MGMT),Y)
+  PORTBINARIES += pstopnm
+endif
+
 BINARIES = $(PORTBINARIES) pnmtorast rasttopnm
 
 ifeq ($(HAVE_PNGLIB),Y)