diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-29 06:10:28 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-29 06:10:28 +0800 |
commit | 577c395a1006c20a8a4e9563b58b4366ccbd0da4 (patch) | |
tree | ffe8cc3c7adb9ae6b842bb78054ef41d48822c14 /x11/gnome-terminal/Makefile | |
parent | 9e9c75d1ab2df1ea12202a442c0ec56529def57b (diff) | |
download | marcuscom-ports-577c395a1006c20a8a4e9563b58b4366ccbd0da4.tar marcuscom-ports-577c395a1006c20a8a4e9563b58b4366ccbd0da4.tar.gz marcuscom-ports-577c395a1006c20a8a4e9563b58b4366ccbd0da4.tar.bz2 marcuscom-ports-577c395a1006c20a8a4e9563b58b4366ccbd0da4.tar.lz marcuscom-ports-577c395a1006c20a8a4e9563b58b4366ccbd0da4.tar.xz marcuscom-ports-577c395a1006c20a8a4e9563b58b4366ccbd0da4.tar.zst marcuscom-ports-577c395a1006c20a8a4e9563b58b4366ccbd0da4.zip |
Add a missing gnomedocutils GNOME component.
Reported by: killfill on #freebsd-gnome
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6349 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-terminal/Makefile')
-rw-r--r-- | x11/gnome-terminal/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile index 47a2d7ff8..99198e1df 100644 --- a/x11/gnome-terminal/Makefile +++ b/x11/gnome-terminal/Makefile @@ -3,15 +3,15 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-terminal/Makefile,v 1.72 2006/05/18 19:31:11 marcus Exp $ +# $MCom: ports/x11/gnome-terminal/Makefile,v 1.73 2006/05/28 20:33:19 mezz Exp $ # PORTNAME= gnome-terminal PORTVERSION= 2.15.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-terminal/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org @@ -22,7 +22,7 @@ USE_BZIP2= yes INSTALLS_OMF= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui vte +USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui vte gnomedocutils GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |