diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-06-09 15:33:28 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-06-09 15:33:28 +0000 |
commit | 33e3d901d4375c73d7a95b6894c0022d6be7eb95 (patch) | |
tree | 34bbfd02d2930c7d48865fddb99f6e755da7b857 /x11-toolkits | |
parent | 842d1150059240d52d41ca8332c4895bd037e0a9 (diff) | |
download | ports-33e3d901d4375c73d7a95b6894c0022d6be7eb95.tar.gz ports-33e3d901d4375c73d7a95b6894c0022d6be7eb95.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Xaw3d/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/mowitz/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/xview-clients/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/xview/Makefile | 3 |
4 files changed, 8 insertions, 5 deletions
diff --git a/x11-toolkits/Xaw3d/Makefile b/x11-toolkits/Xaw3d/Makefile index 1449ee5d3cfb..3d892c3a6be9 100644 --- a/x11-toolkits/Xaw3d/Makefile +++ b/x11-toolkits/Xaw3d/Makefile @@ -7,7 +7,7 @@ PORTNAME= Xaw3d PORTVERSION= 1.5E -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.visi.com/users/hawkeyd/X/ @@ -17,6 +17,7 @@ COMMENT= A 3-D Athena Widget set that looks like Motif WRKSRC= ${WRKDIR}/xc/lib/Xaw3d USE_IMAKE= yes USE_LDCONFIG= yes +USE_XORG= x11 xext xmu xt sm ice xpm SUB_FILES= pkg-message SUB_LIST= XAWVER="${XAWVER}" diff --git a/x11-toolkits/mowitz/Makefile b/x11-toolkits/mowitz/Makefile index ff7cf12aad1f..44b5ee1b3416 100644 --- a/x11-toolkits/mowitz/Makefile +++ b/x11-toolkits/mowitz/Makefile @@ -6,7 +6,7 @@ PORTNAME= Mowitz PORTVERSION= 0.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits MASTER_SITES= http://siag.nu/pub/mowitz/ @@ -16,7 +16,7 @@ COMMENT= This is the Mowitz ("More widgets") library LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d USE_AUTOTOOLS= libtool:15 -USE_XORG= xpm +USE_XORG= ice sm x11 xaw xext xmu xpm xt USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xawm=Xaw3d diff --git a/x11-toolkits/xview-clients/Makefile b/x11-toolkits/xview-clients/Makefile index 85efa7bd6fe6..e1d10c6a0a14 100644 --- a/x11-toolkits/xview-clients/Makefile +++ b/x11-toolkits/xview-clients/Makefile @@ -7,7 +7,7 @@ PORTNAME= xview-clients PORTVERSION= 3.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.efd.lth.se/pub/X11/ \ ftp://ftp.uni-heidelberg.de/pub/X11/contrib/libraries/ \ @@ -23,6 +23,7 @@ PATCH_DEPENDS= ${NONEXISTENT}:${.CURDIR}/../xview:patch LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview USE_IMAKE= yes +USE_XORG= x11 xext WRKSRC= ${WRKDIRPREFIX}${.CURDIR}/../xview/work/${DISTNAME} ALL_TARGET= Clients diff --git a/x11-toolkits/xview/Makefile b/x11-toolkits/xview/Makefile index 5f4ac3e50935..97ec93eed246 100644 --- a/x11-toolkits/xview/Makefile +++ b/x11-toolkits/xview/Makefile @@ -7,7 +7,7 @@ PORTNAME= xview PORTVERSION= 3.2.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.efd.lth.se/pub/X11/ \ ftp://ftp.uni-heidelberg.de/pub/X11/contrib/libraries/ \ @@ -24,6 +24,7 @@ BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ ONLY_FOR_ARCHS= i386 REINPLACE_ARGS= -i "" USE_IMAKE= yes +USE_XORG= x11 USE_LDCONFIG= yes IMAKEINCLUDE= "-I${LOCALBASE}/lib/X11/config -I${WRKSRC}/config" MAKE_ENV+= IMAKEINCLUDE=${IMAKEINCLUDE} |