diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-11-28 13:59:05 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-11-28 13:59:05 +0800 |
commit | 7cb827c5489117d632dca4330dd3f50c5a570f5b (patch) | |
tree | 36aab6956e723b7fd1dc2259d8c79803853832d4 /textproc | |
parent | a0dfb461133f22cd363af37e9e97670fc7bcac6e (diff) | |
download | marcuscom-ports-7cb827c5489117d632dca4330dd3f50c5a570f5b.tar.gz marcuscom-ports-7cb827c5489117d632dca4330dd3f50c5a570f5b.tar.zst marcuscom-ports-7cb827c5489117d632dca4330dd3f50c5a570f5b.zip |
-Sync w/ FreeBSD.
-Reset the $FreeBSD$ while I am there.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13259 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gnome-translate/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/gnome-translate/Makefile b/textproc/gnome-translate/Makefile index 576a49161..218998b6c 100644 --- a/textproc/gnome-translate/Makefile +++ b/textproc/gnome-translate/Makefile @@ -2,12 +2,12 @@ # Date created: 28 Jan 2005 # Whom: Jean-Yves Lefort <jylefort@brutele.be> # -# $FreeBSD: ports/textproc/gnome-translate/Makefile,v 1.14 2009/07/31 13:56:11 dinoex Exp $ +# $FreeBSD$ # PORTNAME= gnome-translate PORTVERSION= 0.99 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= libtranslate @@ -20,7 +20,7 @@ LIB_DEPENDS= translate:${PORTSDIR}/textproc/libtranslate INSTALLS_OMF= yes INSTALLS_ICONS= yes GCONF_SCHEMAS= gnome-translate.schemas -USE_GNOME= gnomehack gnomeprefix eel2 intlhack +USE_GNOME= gnomehack gnomeprefix eel2 intlhack libgnomeui USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |