openbsd-ports/x11/xfce4/libxfce4util/Makefile
ajacoutot 0bbbd35e32 register-plist did not catch the devel/glib2 -main -> empty change.
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00

26 lines
499 B
Makefile

# $OpenBSD: Makefile,v 1.20 2012/09/01 14:37:00 ajacoutot Exp $
COMMENT= Xfce4 basic utility library
XFCE_PROJECT= libxfce4util
REVISION= 0
SHARED_LIBS += xfce4util 3.0 #.5.1
HOMEPAGE= http://www.xfce.org/projects/libraries/
# LGPLv2
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
MODULES= x11/xfce4
CONFIGURE_ARGS= --disable-linker-opts
LIB_DEPENDS= devel/glib2
WANTLIB += c glib-2.0 pcre pthread
.include <bsd.port.mk>