diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-11 03:28:35 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-11 03:28:35 +0800 |
commit | 174ee5687d11e7de94dee2fbe48dafaa5b6ee40d (patch) | |
tree | 04c872a9b8923c63acdb4b106a702ec9dfb50a8e /x11-toolkits/libwnck3/Makefile | |
parent | 021beb6ee554c54fa5a3cf7a7f45a6894a187a60 (diff) | |
download | marcuscom-ports-174ee5687d11e7de94dee2fbe48dafaa5b6ee40d.tar.gz marcuscom-ports-174ee5687d11e7de94dee2fbe48dafaa5b6ee40d.tar.zst marcuscom-ports-174ee5687d11e7de94dee2fbe48dafaa5b6ee40d.zip |
-Add CONFLICTS with the each others.
-Add GNOME_DESKTOP_VERSION.
The libwnck probably will be changed, but I need to do more research to see
if I can resolve the conflicts between 2.x and 3.x.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15786 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/libwnck3/Makefile')
-rw-r--r-- | x11-toolkits/libwnck3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/libwnck3/Makefile b/x11-toolkits/libwnck3/Makefile index 168225917..1720c14c5 100644 --- a/x11-toolkits/libwnck3/Makefile +++ b/x11-toolkits/libwnck3/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/libwnck3/Makefile,v 1.4 2011/03/23 14:52:06 kwm Exp $ +# $MCom: ports/x11-toolkits/libwnck3/Makefile,v 1.5 2011/04/05 17:58:41 kwm Exp $ # PORTNAME= libwnck @@ -24,6 +24,8 @@ BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification RUN_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection +CONFLICTS= libwnck-2.[0-9]* + USE_GETTEXT= yes USE_XORG= xres x11 USE_GMAKE= yes |