- use intltool MODULE instead of BUILD_DEPENDS on ::textproc/intltool
no binary change - while here, add GPL license version where missing
This commit is contained in:
parent
c9ed1ad607
commit
a9f1bfd52f
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/01/14 23:21:04 simon Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2008/06/03 06:59:25 ajacoutot Exp $
|
||||
|
||||
COMMENT= build molecules out of single atoms
|
||||
|
||||
@ -10,7 +10,7 @@ MASTER_SITES= http://ftp.gnome.org/pub/GNOME/sources/atomix/2.14/
|
||||
|
||||
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
||||
|
||||
# GPL
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -25,10 +25,11 @@ WANTLIB= ICE ORBit-2 SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp \
|
||||
iconv intl m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
|
||||
png popt pthread xml2 z
|
||||
|
||||
MODULES= textproc/intltool
|
||||
|
||||
LIB_DEPENDS= gnome-2::x11/gnome/libgnome \
|
||||
gnomeui-2::x11/gnome/libgnomeui
|
||||
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
|
||||
BUILD_DEPENDS= ::textproc/intltool
|
||||
|
||||
CONFIGURE_ARGS+=--localstatedir=/var
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2007/12/16 13:08:38 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2008/06/03 06:59:25 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -13,7 +13,7 @@ HOMEPAGE= http://www.gajim.org/
|
||||
|
||||
MAINTAINER= Simon Kuhnle <simon@blarzwurst.de>
|
||||
|
||||
# GPL
|
||||
# GPLv2
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -31,10 +31,10 @@ USE_LIBTOOL= Yes
|
||||
LIBTOOL_FLAGS= --tag=disable-static
|
||||
|
||||
MODULES= devel/gettext \
|
||||
lang/python
|
||||
lang/python \
|
||||
textproc/intltool
|
||||
|
||||
BUILD_DEPENDS= ::textproc/intltool \
|
||||
${RUN_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
LIB_DEPENDS= gtkspell::textproc/gtkspell
|
||||
RUN_DEPENDS= ${MODPY_EXPAT_DEPENDS} \
|
||||
::databases/py-sqlite2 \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2008/03/23 02:41:06 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2008/06/03 06:59:25 ajacoutot Exp $
|
||||
|
||||
COMMENT= allows deniable private conversations using Pidgin
|
||||
|
||||
@ -20,7 +20,8 @@ RUN_DEPENDS= :pidgin->=2.0.0:net/pidgin
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
LIB_DEPENDS= otr.>=3.1:libotr->=3.1.0:security/libotr
|
||||
|
||||
MODULES= devel/gettext
|
||||
MODULES= devel/gettext \
|
||||
textproc/intltool
|
||||
WANTLIB= gpg-error gcrypt
|
||||
|
||||
USE_X11= Yes
|
||||
@ -36,8 +37,7 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
||||
AUTOCONF_VERSION=2.59
|
||||
AUTOMAKE_VERSION=1.9
|
||||
BUILD_DEPENDS+= :autoconf-${AUTOCONF_VERSION}*:devel/autoconf/${AUTOCONF_VERSION} \
|
||||
:automake-${AUTOMAKE_VERSION}*:devel/automake/${AUTOMAKE_VERSION} \
|
||||
::textproc/intltool
|
||||
:automake-${AUTOMAKE_VERSION}*:devel/automake/${AUTOMAKE_VERSION}
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && ${SETENV} AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user