diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-30 18:45:31 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-30 18:45:31 +0800 |
commit | 6ee2f52bca4d57d96561e5054df1385b59d6056c (patch) | |
tree | df73ecbc99e09a8fecc83a102edab1ae415aa372 /x11-toolkits | |
parent | 7d4cd112c30575f2e7a24fdcd421d6b899a27465 (diff) | |
download | marcuscom-ports-6ee2f52bca4d57d96561e5054df1385b59d6056c.tar.gz marcuscom-ports-6ee2f52bca4d57d96561e5054df1385b59d6056c.tar.zst marcuscom-ports-6ee2f52bca4d57d96561e5054df1385b59d6056c.zip |
Add check to make sure we have a pango that doesn't ship pangox.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17256 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/pangox-compat/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/pangox-compat/Makefile b/x11-toolkits/pangox-compat/Makefile index c3e357c1a..f4c8c5218 100644 --- a/x11-toolkits/pangox-compat/Makefile +++ b/x11-toolkits/pangox-compat/Makefile @@ -1,6 +1,6 @@ # Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11-toolkits/pangox-compat/Makefile,v 1.1 2013/03/30 10:23:38 kwm Exp $ PORTNAME= pangox-compat PORTVERSION= 0.0.2 @@ -11,8 +11,9 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Depricated pangoX support. -USE_XZ= yes +BUILD_DEPENDS= pango>=1.34.0:${PORTSDIR}/x11-toolkits/pango +USE_XZ= yes USE_XORG= x11 ice USE_GMAKE= yes MAKE_JOBS_SAFE= yes |