about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--converter/other/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/converter/other/Makefile b/converter/other/Makefile
index 7d4fecc2..294eefc4 100644
--- a/converter/other/Makefile
+++ b/converter/other/Makefile
@@ -125,11 +125,6 @@ PORTBINARIES =  avstopam bmptopnm fitstopnm \
 		pnmtosgi pnmtosir pamtotga pnmtoxwd \
 		rlatopam sgitopnm sirtopnm sunicontopnm xwdtopnm zeisstopnm
 
-ifneq ($(DONT_HAVE_PROCESS_MGMT),Y)
-  PORTBINARIES += pstopnm
-  BINARIES += pnmtops
-endif
-
 BINARIES = \
   $(PORTBINARIES) \
   pamtopdbimg \
@@ -139,6 +134,11 @@ BINARIES = \
   rasttopnm \
   srftopam \
 
+ifneq ($(DONT_HAVE_PROCESS_MGMT),Y)
+  PORTBINARIES += pstopnm
+  BINARIES += pnmtops
+endif
+
 ifeq ($(HAVE_PNGLIB),Y)
   BINARIES += pnmtopng pngtopam pamrgbatopng
 endif