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-toolkits/libgnomeui | |
parent | a749c4f1510c5bbc696beb84f3a354d9ed3cf0cc (diff) | |
download | marcuscom-ports-86d0328e5e43fbb308306e257cdc045bf3328175.tar.gz 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-toolkits/libgnomeui')
-rw-r--r-- | x11-toolkits/libgnomeui/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile index a4f6da43a..447d7fe5c 100644 --- a/x11-toolkits/libgnomeui/Makefile +++ b/x11-toolkits/libgnomeui/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/libgnomeui/Makefile,v 1.105 2007/09/19 15:04:12 ahze Exp $ +# $MCom: ports/x11-toolkits/libgnomeui/Makefile,v 1.106 2007/10/15 14:05:08 ahze Exp $ # PORTNAME= libgnomeui PORTVERSION= 2.20.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -33,7 +33,7 @@ USE_GNOME= gnomeprefix gnomehack gnomehier libbonoboui ltverhack \ referencehack USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 -USE_BISON= yes +USE_BISON= build CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" |