diff options
-rw-r--r-- | editors/abiword/Makefile | 3 | ||||
-rw-r--r-- | editors/conglomerate/Makefile | 3 | ||||
-rw-r--r-- | multimedia/ogmrip/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/libsexy/Makefile | 1 |
4 files changed, 6 insertions, 3 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 0c27040b1395..2bdb01321cb0 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -8,6 +8,7 @@ PORTNAME= abiword PORTVERSION= 2.4.1 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ MASTER_SITE_SUBDIR= abiword @@ -56,7 +57,7 @@ CONFIGURE_ARGS+= --enable-debug \ .endif .ifndef(WITHOUT_GTKSPELL) -LIB_DEPENDS+= enchant.2:${PORTSDIR}/textproc/enchant +LIB_DEPENDS+= enchant.1:${PORTSDIR}/textproc/enchant PLIST_SUB+= DICT:="@comment " .else CONFIGURE_ARGS+= --disable-enchant 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: diff --git a/multimedia/ogmrip/Makefile b/multimedia/ogmrip/Makefile index d7443b0b7f26..ab7b46587375 100644 --- a/multimedia/ogmrip/Makefile +++ b/multimedia/ogmrip/Makefile @@ -7,7 +7,7 @@ PORTNAME= ogmrip PORTVERSION= 0.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/x11-toolkits/libsexy/Makefile b/x11-toolkits/libsexy/Makefile index 46afac597c69..396c3f39bf99 100644 --- a/x11-toolkits/libsexy/Makefile +++ b/x11-toolkits/libsexy/Makefile @@ -7,6 +7,7 @@ PORTNAME= libsexy PORTVERSION= 0.1.3.1 +PORTREVISION= 1 CATEGORIES= x11-toolkits devel MASTER_SITES= http://osiris.chipx86.com/projects/libsexy/releases/ |