diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /net/blam | |
parent | Mark DEPRECATED: abandoned upstream. (diff) |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Notes
Notes:
svn path=/head/; revision=261230
Diffstat (limited to 'net/blam')
-rw-r--r-- | net/blam/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/blam/Makefile b/net/blam/Makefile index 5317cfc98c7f..9d465c017c30 100644 --- a/net/blam/Makefile +++ b/net/blam/Makefile @@ -16,9 +16,8 @@ MASTER_SITES= http://www.cmartin.tk/${PORTNAME}/ \ MAINTAINER= mono@FreeBSD.org COMMENT= A simple feed reader for GNOME -BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext \ - ${LOCALBASE}/libdata/pkgconfig/webkit-sharp-1.0.pc:${PORTSDIR}/www/webkit-sharp -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/webkit-sharp-1.0.pc:${PORTSDIR}/www/webkit-sharp +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/webkit-sharp-1.0.pc:${PORTSDIR}/www/webkit-sharp +RUN_DEPENDS= ${BUILD_DEPENDS} GNU_CONFIGURE= yes USE_GMAKE= yes |