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/libwnck/Makefile | |
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/libwnck/Makefile')
-rw-r--r-- | x11-toolkits/libwnck/Makefile | 5 |
1 files changed, 2 insertions, 3 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 |