fix wantlib + bump

This commit is contained in:
wilfried 2005-11-16 12:08:53 +00:00
parent d005fd6e64
commit 2fa882d67a
2 changed files with 10 additions and 7 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2005/11/10 22:57:38 jolan Exp $
# $OpenBSD: Makefile,v 1.4 2005/11/16 12:08:53 wilfried Exp $
COMMENT= "simple calendar application with reminders for xfce4"
V= 4.2.3
DISTNAME= xfcalendar-${V}
PKGNAME= ${DISTNAME}p0
MASTER_SITES= http://www.xfce.org/archive/xfce-${V}/src/
HOMEPAGE= http://www.xfce.org/
@ -20,11 +21,11 @@ LIB_DEPENDS= dbh.1.0::databases/dbh \
xfcegui4.3.4::x11/xfce4/libxfcegui4 \
xfce4mcs-client.2.3::x11/xfce4/libxfce4mcs
RUN_DEPENDS= :xfce-mcs-manager-*:x11/xfce4/xfce-mcs-manager
WANTLIB= ICE SM X11 Xcursor Xext Xft Xinerama Xrender c fontconfig \
freetype m \
WANTLIB= ICE SM X11 Xext Xrender c fontconfig \
freetype m z \
atk-1.0.0.0 gdk-x11-2.0.0.0 gdk_pixbuf-2.0.0.0 glib-2.0.0.0 \
gmodule-2.0.0.0 gobject-2.0.0.0 gtk-x11-2.0.0.0 pango-1.0.0.0 \
pangoft2-1.0.0.0 pangox-1.0.0.0 pangoxft-1.0.0.0 \
pangocairo-1.0.0.0 pangoft2-1.0.0.0 cairo glitz png \
startup-notification-1.0.0 xfce4util.1
.include <bsd.port.mk>

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2005/11/10 22:57:40 jolan Exp $
# $OpenBSD: Makefile,v 1.4 2005/11/16 12:13:08 wilfried Exp $
COMMENT= "provides a toggle button showing on/off state for xfce4-panel"
V= 4.2.3
DISTNAME= xfce4-trigger-launcher-${V}
PKGNAME= ${DISTNAME}p0
MASTER_SITES= http://www.xfce.org/archive/xfce-${V}/src/
HOMEPAGE= http://www.xfce.org/
@ -19,9 +20,10 @@ BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \
LIB_DEPENDS= xfcegui4.3.4::x11/xfce4/libxfcegui4 \
xml2.9.0::textproc/libxml
RUN_DEPENDS= :xfce4-panel-*:x11/xfce4/xfce4-panel
WANTLIB= X11 Xcursor Xext Xft Xinerama Xrender fontconfig freetype m z \
WANTLIB= ICE SM X11 Xext Xrender fontconfig freetype m z \
atk-1.0.0.0 gdk-x11-2.0.0.0 gdk_pixbuf-2.0.0.0 glib-2.0.0.0 \
gmodule-2.0.0.0 gobject-2.0.0.0 gtk-x11-2.0.0.0 pango-1.0.0.0 \
pangox-1.0.0.0 pangoxft-1.0.0.0 xfce4util.1
pangocairo-1.0.0.0 pangoft2-1.0.0.0 startup-notification-1 \
cairo glitz png xfce4util.1
.include <bsd.port.mk>