diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-29 06:52:03 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-29 06:52:03 +0800 |
commit | 1a88866cccd797076ed8f7fc5c4ed4e16af91020 (patch) | |
tree | 2bb4eaead465da77dc87b31bb8765c492d37fd63 /editors | |
parent | d7a959aabeac4250033b399bd3812476e71547a4 (diff) | |
download | marcuscom-ports-1a88866cccd797076ed8f7fc5c4ed4e16af91020.tar marcuscom-ports-1a88866cccd797076ed8f7fc5c4ed4e16af91020.tar.gz marcuscom-ports-1a88866cccd797076ed8f7fc5c4ed4e16af91020.tar.bz2 marcuscom-ports-1a88866cccd797076ed8f7fc5c4ed4e16af91020.tar.lz marcuscom-ports-1a88866cccd797076ed8f7fc5c4ed4e16af91020.tar.xz marcuscom-ports-1a88866cccd797076ed8f7fc5c4ed4e16af91020.tar.zst marcuscom-ports-1a88866cccd797076ed8f7fc5c4ed4e16af91020.zip |
Chase the aspell shared lib version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2716 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gedit2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile index 0fb899e38..72a4d4c0c 100644 --- a/editors/gedit2/Makefile +++ b/editors/gedit2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gedit2 PORTVERSION= 2.7.91 +PORTREVISION= 1 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.7 @@ -16,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 |