Fix fallout of haskell ports, now that devel/gmp is no more a

dependency for ghc
This commit is contained in:
dcoppa 2012-10-11 14:06:34 +00:00
parent d997524336
commit bd3f871e81
2 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.23 2012/09/18 17:12:56 dcoppa Exp $
# $OpenBSD: Makefile,v 1.24 2012/10/11 14:06:34 dcoppa Exp $
COMMENT = command line podcast aggregator
DISTNAME = hpodder-1.1.6
REVISION = 3
REVISION = 4
CATEGORIES = net
HOMEPAGE = http://wiki.github.com/jgoerzen/hpodder/
@ -15,7 +15,7 @@ PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = c gmp m pthread sqlite3 util
WANTLIB = c m pthread sqlite3 util
MODULES = lang/ghc converters/libiconv
@ -25,7 +25,6 @@ BUILD_DEPENDS = devel/hs-ConfigFile \
devel/hs-mtl \
textproc/hs-HaXml>=1.22,<1.24 \
databases/hs-HDBC-sqlite3>=1.1.0
LIB_DEPENDS = devel/gmp
RUN_DEPENDS = net/curl>=7.15.5 \
audio/py-mutagen>=1.9

View File

@ -1,14 +1,15 @@
# $OpenBSD: Makefile,v 1.15 2012/09/02 21:22:55 kili Exp $
# $OpenBSD: Makefile,v 1.16 2012/10/11 14:06:34 dcoppa Exp $
COMMENT = utilities for manipulating XML documents
DISTNAME = HaXml-1.23.3
REVISION = 0
CATEGORIES = textproc
HOMEPAGE = http://projects.haskell.org/HaXml/
MAINTAINER = David Coppa <dcoppa@openbsd.org>
WANTLIB = c gmp m pthread util
WANTLIB = c m pthread util
# GPLv2 / LGPLv2.1
PERMIT_PACKAGE_CDROM = Yes