diff options
author | marcus <marcus@FreeBSD.org> | 2004-08-29 13:23:24 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-08-29 13:23:24 +0800 |
commit | 1b2e0c71e895aad7ca12d03a2594bf2b4d2dd6a5 (patch) | |
tree | 478e97e311cc0b836709673b364b1c1879e822d6 /editors | |
parent | 653dec377cc669a8bc2927f931a5761df9c86acd (diff) | |
download | freebsd-ports-gnome-1b2e0c71e895aad7ca12d03a2594bf2b4d2dd6a5.tar.gz freebsd-ports-gnome-1b2e0c71e895aad7ca12d03a2594bf2b4d2dd6a5.tar.zst freebsd-ports-gnome-1b2e0c71e895aad7ca12d03a2594bf2b4d2dd6a5.zip |
Chase the libpsell shared lib version.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gedit2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile index 4ac90354b518..f452eeceab5f 100644 --- a/editors/gedit2/Makefile +++ b/editors/gedit2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gedit2 PORTVERSION= 2.6.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.6 @@ -17,7 +17,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A small but powerful text editor for Gnome 2 Desktop Environment -LIB_DEPENDS= pspell.15:${PORTSDIR}/textproc/aspell +LIB_DEPENDS= pspell.16:${PORTSDIR}/textproc/aspell USE_BZIP2= yes USE_X_PREFIX= yes |