diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-06 11:07:12 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-06 11:07:12 +0800 |
commit | 1ea18415411b1a75c12305065e941cb86c853f62 (patch) | |
tree | cf281220ed769d536821d2ddc04a13952d793256 /editors | |
parent | 748b8e181f259e6a1404a5752d4e2920268e9116 (diff) | |
download | marcuscom-ports-1ea18415411b1a75c12305065e941cb86c853f62.tar.gz marcuscom-ports-1ea18415411b1a75c12305065e941cb86c853f62.tar.zst marcuscom-ports-1ea18415411b1a75c12305065e941cb86c853f62.zip |
Add missing dependencies on enchant and iso-codes.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8005 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gedit/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index 4ec743ed0..b3531d6a2 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports-stable/editors/gedit/Makefile,v 1.7 2006/10/30 18:26:49 marcus Exp $ +# $MCom: ports/editors/gedit/Makefile,v 1.50 2006/12/04 19:08:03 marcus Exp $ # PORTNAME= gedit PORTVERSION= 2.17.1 +PORTREVISION= 1 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -16,7 +17,9 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A small but powerful text editor for GNOME 2 Desktop Environment -LIB_DEPENDS= pspell.16:${PORTSDIR}/textproc/aspell +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes +LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes USE_BZIP2= yes USE_GETTEXT= yes |