diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-18 05:36:14 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-18 05:36:14 +0800 |
commit | 86d0328e5e43fbb308306e257cdc045bf3328175 (patch) | |
tree | 542dea2a281708ab7abf0281a9e015fb3fab2652 /x11/libgnome | |
parent | a749c4f1510c5bbc696beb84f3a354d9ed3cf0cc (diff) | |
download | marcuscom-ports-86d0328e5e43fbb308306e257cdc045bf3328175.tar marcuscom-ports-86d0328e5e43fbb308306e257cdc045bf3328175.tar.gz marcuscom-ports-86d0328e5e43fbb308306e257cdc045bf3328175.tar.bz2 marcuscom-ports-86d0328e5e43fbb308306e257cdc045bf3328175.tar.lz marcuscom-ports-86d0328e5e43fbb308306e257cdc045bf3328175.tar.xz marcuscom-ports-86d0328e5e43fbb308306e257cdc045bf3328175.tar.zst marcuscom-ports-86d0328e5e43fbb308306e257cdc045bf3328175.zip |
Sync w/ FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9835 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/libgnome')
-rw-r--r-- | x11/libgnome/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 47fb262f5..a4f6e4c51 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -3,12 +3,12 @@ # Whom: Yukihiro Nakai <Nakai@technologist.com> # # $FreeBSD$ -# $MCom: ports/x11/libgnome/Makefile,v 1.108 2007/10/15 17:11:01 mezz Exp $ +# $MCom: ports/x11/libgnome/Makefile,v 1.109 2007/10/17 17:28:02 mezz Exp $ # PORTNAME= libgnome PORTVERSION= 2.20.1.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -29,7 +29,7 @@ USE_XPM= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack esound \ gnomevfs2 libxslt ltverhack referencehack -USE_BISON= yes +USE_BISON= build USE_XLIB= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 |