- fix LIB_DEPENDS
This commit is contained in:
parent
24f9060a47
commit
c8a26cb1da
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.53 2009/10/11 23:17:56 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.54 2009/10/20 14:57:20 jasper Exp $
|
||||
|
||||
COMMENT= GNOME terminal
|
||||
|
||||
GNOME_PROJECT= gnome-terminal
|
||||
GNOME_VERSION= 2.28.0
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
|
||||
# GPLv2/LGPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -11,20 +12,20 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= devel/gettext \
|
||||
x11/gnome \
|
||||
devel/gconf2
|
||||
|
||||
WANTLIB += ICE ORBit-2 SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp
|
||||
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo
|
||||
WANTLIB += dbus-1 dbus-glib-1 execinfo expat fontconfig freetype
|
||||
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 glitz gmodule-2.0
|
||||
WANTLIB += gobject-2.0 gthread-2.0 gtk-x11-2.0 m ncurses pango-1.0
|
||||
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread
|
||||
WANTLIB += pthread-stubs startup-notification-1 xcb xcb-atom xcb-aux
|
||||
WANTLIB += xcb-event z
|
||||
WANTLIB += pthread-stubs xcb xcb-atom xcb-aux xcb-event z
|
||||
|
||||
MODULES= devel/gettext \
|
||||
x11/gnome \
|
||||
devel/gconf2
|
||||
|
||||
LIB_DEPENDS= vte.>=13::devel/vte
|
||||
LIB_DEPENDS= startup-notification-1::devel/startup-notification \
|
||||
vte.>=13::devel/vte
|
||||
|
||||
MODGNOME_HELP_FILES= Yes
|
||||
USE_X11= Yes
|
||||
|
Loading…
Reference in New Issue
Block a user