diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2014-06-09 17:23:15 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2014-06-09 17:23:15 +0000 |
commit | 9dc829f60d164490182b1a80af89d037297f2c9a (patch) | |
tree | 3082eed8d1ad7488465026ff3cf77eebb0f27e40 /converter/other | |
parent | 787f338634d2f329ad7c6ed3551eee979e50a528 (diff) | |
download | netpbm-mirror-9dc829f60d164490182b1a80af89d037297f2c9a.tar.gz netpbm-mirror-9dc829f60d164490182b1a80af89d037297f2c9a.tar.xz netpbm-mirror-9dc829f60d164490182b1a80af89d037297f2c9a.zip |
Fix recent bug: pmmtops omitted from build
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2199 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other')
-rw-r--r-- | converter/other/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/Makefile b/converter/other/Makefile index 7aefda12..bbc40a3f 100644 --- a/converter/other/Makefile +++ b/converter/other/Makefile @@ -127,7 +127,7 @@ PORTBINARIES = avstopam bmptopnm fitstopnm \ winicontopam xwdtopnm zeisstopnm ifneq ($(DONT_HAVE_PROCESS_MGMT),Y) - PORTBINARIES += pstopnm + PORTBINARIES += pstopnm pnmtops endif ifeq ($(HAVE_PNGLIB),Y) |