diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-29 02:08:23 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-29 02:08:23 +0800 |
commit | 02b446c410a58587e650a6e80c8206ef18b24728 (patch) | |
tree | 3cc3714c02715bb1700250a0143876b3f040a68d /x11-toolkits/libgnomeui/Makefile | |
parent | 7d65182761b460dd162060a55e7a633e5b810776 (diff) | |
download | marcuscom-ports-02b446c410a58587e650a6e80c8206ef18b24728.tar marcuscom-ports-02b446c410a58587e650a6e80c8206ef18b24728.tar.gz marcuscom-ports-02b446c410a58587e650a6e80c8206ef18b24728.tar.bz2 marcuscom-ports-02b446c410a58587e650a6e80c8206ef18b24728.tar.lz marcuscom-ports-02b446c410a58587e650a6e80c8206ef18b24728.tar.xz marcuscom-ports-02b446c410a58587e650a6e80c8206ef18b24728.tar.zst marcuscom-ports-02b446c410a58587e650a6e80c8206ef18b24728.zip |
- Update to 2.21.90.
- USE_XLIB/USE_XPM -> SE_XORG=sm (remove xpm). If it needs xpm, we can put it
back in.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10246 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/libgnomeui/Makefile')
-rw-r--r-- | x11-toolkits/libgnomeui/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile index 3d72d0811..acaaaf36e 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.110 2008/01/15 02:49:20 mezz Exp $ +# $MCom: ports/x11-toolkits/libgnomeui/Makefile,v 1.111 2008/01/15 07:32:43 marcus Exp $ # PORTNAME= libgnomeui -PORTVERSION= 2.21.5 -PORTREVISION?= 1 +PORTVERSION= 2.21.90 +PORTREVISION?= 0 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -26,8 +26,7 @@ LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/gnome-keyring \ RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme USE_GETTEXT= yes -USE_XLIB= yes -USE_XPM= yes +USE_XORG= sm USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomehier libbonoboui ltverhack \ referencehack gvfs |