LIB_DEPEND + WANTLIB clean up.

This commit is contained in:
lum 2010-07-30 14:15:15 +00:00
parent fddec5d7f2
commit fe566b108e

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.8 2010/03/20 16:53:53 jasper Exp $
# $OpenBSD: Makefile,v 1.9 2010/07/30 14:15:15 lum Exp $
COMMENT= OTP and S/Key calculator for X
DISTNAME= otpCalc-0.97
PKGNAME= ${DISTNAME}p2
REVISION= 3
CATEGORIES= security
HOMEPAGE= http://original.killa.net/infosec/otpCalc/
@ -19,8 +19,10 @@ MASTER_SITES= ${HOMEPAGE}
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo crypto expat
WANTLIB += fontconfig freetype gio-2.0 glib-2.0 glitz gmodule-2.0
WANTLIB += gobject-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pixman-1 png pthread-stubs xcb z
WANTLIB += gobject-2.0 gdk_pixbuf-2.0 gdk-x11-2.0 gtk-x11-2.0
WANTLIB += gthread-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pixman-1 png pthread pthread-stubs xcb xcb-render
WANTLIB += xcb-render-util z
CONFIGURE_STYLE=gnu dest
@ -30,7 +32,7 @@ USE_X11= Yes
USE_GMAKE= Yes
ALL_TARGET= otpCalc otpCalc.1
LIB_DEPENDS= gdk_pixbuf-2.0,gdk-x11-2.0,gtk-x11-2.0::x11/gtk+2
LIB_DEPENDS= ::x11/gtk+2
NO_REGRESS= Yes