diff options
Diffstat (limited to 'editors/conglomerate/Makefile')
-rw-r--r-- | editors/conglomerate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/conglomerate/Makefile b/editors/conglomerate/Makefile index 2cc913a67a3c..cba97869670a 100644 --- a/editors/conglomerate/Makefile +++ b/editors/conglomerate/Makefile @@ -19,6 +19,6 @@ LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= ENCHANT DOCS -ENCHANT_LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant +ENCHANT_LIB_DEPENDS= libenchant.so:textproc/enchant .include <bsd.port.mk> |