diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-07-20 05:39:47 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-07-20 05:39:47 +0800 |
commit | 292ac034aec48b07cf32e78dfdff8d67e8d121a0 (patch) | |
tree | 9e10e2ecea2585a81dad03172fb7fd1bf3f86cf4 /x11-toolkits | |
parent | 43eb1cc1ab5aec9b7a44d378b15e628d8c0c71e2 (diff) | |
download | marcuscom-ports-experimental-292ac034aec48b07cf32e78dfdff8d67e8d121a0.tar.gz marcuscom-ports-experimental-292ac034aec48b07cf32e78dfdff8d67e8d121a0.tar.zst marcuscom-ports-experimental-292ac034aec48b07cf32e78dfdff8d67e8d121a0.zip |
Minor clean up dependency, remove the shared library version and etc. Nothing
important enough to bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports-experimental/trunk@17449 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/libmatecomponentui/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/libmateui/Makefile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/libmatecomponentui/Makefile b/x11-toolkits/libmatecomponentui/Makefile index 299184c..1b8c98d 100644 --- a/x11-toolkits/libmatecomponentui/Makefile +++ b/x11-toolkits/libmatecomponentui/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports-experimental/x11-toolkits/libmatecomponentui/Makefile,v 1.1 2012/07/06 02:48:08 mezz Exp $ # PORTNAME= libmatecomponentui @@ -16,13 +16,13 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GUI frontend to the libbonobo component of MATE BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt +LIB_DEPENDS= popt:${PORTSDIR}/devel/popt USE_XZ= yes USE_MATE= autogen canvas common:build component conf intlhack lib \ ltverhack matehack USE_GMAKE= yes -USE_GNOME= glib20 gtk20 libglade2 libxml2 +USE_GNOME= glib20 gtk20 libglade2 libxml2 pkgconfig USE_GETTEXT= yes USE_LDCONFIG= yes USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env diff --git a/x11-toolkits/libmateui/Makefile b/x11-toolkits/libmateui/Makefile index d73af42..2d8eb6b 100644 --- a/x11-toolkits/libmateui/Makefile +++ b/x11-toolkits/libmateui/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports-experimental/x11-toolkits/libmateui/Makefile,v 1.1 2012/07/16 22:52:52 mezz Exp $ # PORTNAME= libmateui @@ -16,7 +16,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Libraries for the MATE GUI, a GNU desktop environment BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc -LIB_DEPENDS+= popt.0:${PORTSDIR}/devel/popt +LIB_DEPENDS+= popt:${PORTSDIR}/devel/popt USE_XZ= yes USE_MATE= autogen canvas common:build componentui conf icontheme:run lib \ |