diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-11-10 10:08:37 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-11-10 10:08:37 +0000 |
commit | 79c7d9ac7a243db24ed89cebf28bf4ff27fc77e0 (patch) | |
tree | bf3ae45ef6fd82bb23dfc776b10392bdffe010a9 /editors/conglomerate | |
parent | c022379dd7bcb4b7a9aef95c55d03ccc50683ffc (diff) | |
download | ports-79c7d9ac7a243db24ed89cebf28bf4ff27fc77e0.tar.gz ports-79c7d9ac7a243db24ed89cebf28bf4ff27fc77e0.zip |
- Chase enchant libver bump
Notes
Notes:
svn path=/head/; revision=147817
Diffstat (limited to 'editors/conglomerate')
-rw-r--r-- | editors/conglomerate/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/conglomerate/Makefile b/editors/conglomerate/Makefile index 5c86bfd4dda0..60146a200290 100644 --- a/editors/conglomerate/Makefile +++ b/editors/conglomerate/Makefile @@ -6,6 +6,7 @@ PORTNAME= conglomerate PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,7 +25,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/libdata/pkgconfig/enchant.pc) || defined(WITH_ENCHANT) -LIB_DEPENDS+= enchant.2:${PORTSDIR}/textproc/enchant +LIB_DEPENDS+= enchant.1:${PORTSDIR}/textproc/enchant .endif post-install: |