diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2012-02-13 00:38:37 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2012-02-13 00:38:37 +0000 |
commit | 422f568fe100c629d7f1f9c9ccc8fa9e6554a857 (patch) | |
tree | 3d64911551575e7b9f83610d3d4add9f1b6e95c9 | |
parent | 5edf1a5ab1b4de785323dd96368972b8dad1a1e5 (diff) | |
download | netpbm-mirror-422f568fe100c629d7f1f9c9ccc8fa9e6554a857.tar.gz netpbm-mirror-422f568fe100c629d7f1f9c9ccc8fa9e6554a857.tar.xz netpbm-mirror-422f568fe100c629d7f1f9c9ccc8fa9e6554a857.zip |
Fix bug from a few minutes ago
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1647 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-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 e3ef6d6a..3dd94ce1 100644 --- a/converter/other/Makefile +++ b/converter/other/Makefile @@ -121,7 +121,7 @@ PORTBINARIES = avstopam bmptopnm fitstopnm \ ifneq ($(DONT_HAVE_PROCESS_MGMT),Y) PORTBINARIES += pstopnm - PORTBINARIES += pnmtops + BINARIES += pnmtops endif BINARIES = \ |