diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-16 13:34:12 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-16 13:34:12 +0800 |
commit | 046459a67e52f00d734f589e798b19dff1dacc25 (patch) | |
tree | cfc7ed3f0abf216b4aaff6cb6ddef98a7d6eacef /x11 | |
parent | 301085cd97eb050f3878b451a16c8699ad5a94d8 (diff) | |
download | marcuscom-ports-046459a67e52f00d734f589e798b19dff1dacc25.tar marcuscom-ports-046459a67e52f00d734f589e798b19dff1dacc25.tar.gz marcuscom-ports-046459a67e52f00d734f589e798b19dff1dacc25.tar.bz2 marcuscom-ports-046459a67e52f00d734f589e798b19dff1dacc25.tar.lz marcuscom-ports-046459a67e52f00d734f589e798b19dff1dacc25.tar.xz marcuscom-ports-046459a67e52f00d734f589e798b19dff1dacc25.tar.zst marcuscom-ports-046459a67e52f00d734f589e798b19dff1dacc25.zip |
Add a missing dependency on libSM.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12642 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-terminal/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile index 0030dedd8..c6963c019 100644 --- a/x11/gnome-terminal/Makefile +++ b/x11/gnome-terminal/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-terminal/Makefile,v 1.118 2009/08/15 17:03:01 marcus Exp $ +# $MCom: ports/x11/gnome-terminal/Makefile,v 1.119 2009/08/15 20:23:58 marcus Exp $ # PORTNAME= gnome-terminal PORTVERSION= 2.26.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -22,6 +22,7 @@ USE_GETTEXT= yes USE_BZIP2= yes INSTALLS_OMF= yes USE_GMAKE= yes +USE_XORG= sm USE_GNOME= gnomeprefix gnomehack intlhack gconf2 vte gnomedocutils GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |