- more WANTLIB fixes

This commit is contained in:
ajacoutot 2007-06-02 00:48:30 +00:00
parent e0e6de5bba
commit c284788fd6
2 changed files with 6 additions and 5 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/01/20 14:18:10 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.2 2007/06/02 00:48:30 ajacoutot Exp $
COMMENT= "graphical tool to change Tux Paint's settings"
DISTNAME= tuxpaint-config-0.0.7
PKGNAME= ${DISTNAME}p0
CATEGORIES= games graphics
HOMEPAGE= http://www.tuxpaint.org/
@ -17,7 +18,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tuxpaint/}
WANTLIB= X11 Xext c m stdc++
WANTLIB= X11 Xext c m stdc++ Xau Xdmcp
MODULES= devel/gettext
LIB_DEPENDS= fltk.>=6::x11/fltk

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2007/05/15 08:27:28 steven Exp $
# $OpenBSD: Makefile,v 1.5 2007/06/02 00:48:30 ajacoutot Exp $
COMMENT= "parametrical modeling of 3D humanoid characters"
DISTNAME= makehuman-0.9
PKGNAME= ${DISTNAME}p1
PKGNAME= ${DISTNAME}p2
CATEGORIES= graphics
HOMEPAGE= http://www.dedalo-3d.com/
@ -18,7 +18,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=makehuman/}
WANTLIB= GL GLU ICE SM X11 Xi Xmu c m stdc++ z
WANTLIB= GL GLU ICE SM X11 Xi Xmu c m stdc++ z Xau Xdmcp Xext Xt
RUN_DEPENDS= ::graphics/aqsis
LIB_DEPENDS= animorph::graphics/animorph \