diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-02 07:31:55 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-02 07:31:55 +0800 |
commit | 30aa277d07895e929cc445122c2641d44d1ce5d7 (patch) | |
tree | a6338fec494055b39c800325098a0551d4e92ea0 /editors | |
parent | 85b2b8dda31e11f9eb453a2693faf4228e47d827 (diff) | |
download | marcuscom-ports-30aa277d07895e929cc445122c2641d44d1ce5d7.tar marcuscom-ports-30aa277d07895e929cc445122c2641d44d1ce5d7.tar.gz marcuscom-ports-30aa277d07895e929cc445122c2641d44d1ce5d7.tar.bz2 marcuscom-ports-30aa277d07895e929cc445122c2641d44d1ce5d7.tar.lz marcuscom-ports-30aa277d07895e929cc445122c2641d44d1ce5d7.tar.xz marcuscom-ports-30aa277d07895e929cc445122c2641d44d1ce5d7.tar.zst marcuscom-ports-30aa277d07895e929cc445122c2641d44d1ce5d7.zip |
Add a missing dependency, gnome-doc-utils. Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10322 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gedit/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index fdaec42e4..b5a08a508 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.9 2007/12/02 02:00:32 marcus Exp $ +# $MCom: ports/editors/gedit/Makefile,v 1.74 2008/01/25 08:34:28 marcus Exp $ # PORTNAME= gedit PORTVERSION= 2.21.1 +PORTREVISION= 1 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -28,7 +29,7 @@ USE_LDCONFIG= yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui gtksourceview2 \ - desktopfileutils + desktopfileutils gnomedocutils WANT_GNOME= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |