diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-02-23 10:47:23 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-02-23 10:47:23 +0000 |
commit | d85b46fcacfcebf9ea57ab955ff4eb35353b28d0 (patch) | |
tree | af94de93bfecf41042b617893952d79158538677 /graphics/kipi-plugins | |
parent | - disable build on ia64 due coredumps. (diff) |
Fix two typos/pastos in the PLIST_SUBs.
Noticed by: bento
Diffstat (limited to 'graphics/kipi-plugins')
-rw-r--r-- | graphics/kipi-plugins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/kipi-plugins/Makefile b/graphics/kipi-plugins/Makefile index 2e6bf08413eb..aabd14cf0562 100644 --- a/graphics/kipi-plugins/Makefile +++ b/graphics/kipi-plugins/Makefile @@ -58,7 +58,7 @@ PLIST_SUB+= CDARCHIVING:="@comment " PLIST_SUB+= COMMENTSEDITOR:="" .else DO_NOT_COMPILE+=commentseditor -PLIST_SUB+= ACQUIREIMAGES:="@comment " +PLIST_SUB+= COMMENTSEDITOR:="@comment " .endif .if defined(WITH_IMAGESGALLERY) @@ -103,7 +103,7 @@ PLIST_SUB+= RAWCONVERTER:="" RUN_DEPENDS+= dcraw:${PORTSDIR}/graphics/dcraw .else DO_NOT_COMPILE+=rawconverter -PLIST_SUB+= PRINTWIZARD:="@comment " +PLIST_SUB+= RAWCONVERTER:="@comment " .endif .if defined(WITH_SENDIMAGES) |