diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-18 20:06:49 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-18 20:06:49 +0800 |
commit | e374295496b27d65f563cb386dd3e92d4fae0dc1 (patch) | |
tree | ffeaac9cdde2c83206c1c09f7560a550ed5420ea /x11-toolkits | |
parent | 730b792f190e571e5be15b04b1b7d45059af5b7d (diff) | |
download | marcuscom-ports-e374295496b27d65f563cb386dd3e92d4fae0dc1.tar marcuscom-ports-e374295496b27d65f563cb386dd3e92d4fae0dc1.tar.gz marcuscom-ports-e374295496b27d65f563cb386dd3e92d4fae0dc1.tar.bz2 marcuscom-ports-e374295496b27d65f563cb386dd3e92d4fae0dc1.tar.lz marcuscom-ports-e374295496b27d65f563cb386dd3e92d4fae0dc1.tar.xz marcuscom-ports-e374295496b27d65f563cb386dd3e92d4fae0dc1.tar.zst marcuscom-ports-e374295496b27d65f563cb386dd3e92d4fae0dc1.zip |
- Move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6620 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/libwnck/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/pango/Makefile | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/x11-toolkits/libwnck/Makefile b/x11-toolkits/libwnck/Makefile index 78001d75b..726219441 100644 --- a/x11-toolkits/libwnck/Makefile +++ b/x11-toolkits/libwnck/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/libwnck/Makefile,v 1.74 2006/06/13 06:18:17 marcus Exp $ +# $MCom: ports/x11-toolkits/libwnck/Makefile,v 1.75 2006/07/11 01:36:23 ahze Exp $ # PORTNAME= libwnck PORTVERSION= 2.15.4 -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/} @@ -27,7 +27,6 @@ USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnomehack gtk20 ltverhack referencehack USE_BISON= yes -USE_X_PREFIX= yes INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index 1548b9c4b..ce1fae64b 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -3,12 +3,12 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/pango/Makefile,v 1.69 2006/06/13 00:47:33 ahze Exp $ +# $MCom: ports/x11-toolkits/pango/Makefile,v 1.70 2006/07/11 00:46:41 ahze Exp $ # PORTNAME= pango PORTVERSION= 1.13.3 -PORTREVISION?= 0 +PORTREVISION?= 2 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/pango/1.13,} \ ftp://ftp.gtk.org/pub/gtk/v2.10/ @@ -28,7 +28,6 @@ RUN_DEPENDS= ${FONTSCALE}:${X_FONTS_TTF_PORT} \ USE_GETTEXT= yes USE_GMAKE= yes -PREFIX?= ${X11BASE} INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack glib20 ltverhack referencehack |