diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-13 13:01:04 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-13 13:01:04 +0000 |
commit | 39e5ada3237191c7a8ab37e7ba82bba091ce3e7d (patch) | |
tree | 2743b569061f78e5d99070e1f6b169e838cf97ef /www/screem-devel/Makefile | |
parent | Update to 0.12.7. (diff) |
- Update to 0.4.1;
- assign maintainership to John Merryweather Cooper <john_m_cooper@yahoo.com>.
Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Notes
Notes:
svn path=/head/; revision=49982
Diffstat (limited to 'www/screem-devel/Makefile')
-rw-r--r-- | www/screem-devel/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/screem-devel/Makefile b/www/screem-devel/Makefile index 24eccc2be60d..1aa2ed95a59a 100644 --- a/www/screem-devel/Makefile +++ b/www/screem-devel/Makefile @@ -6,14 +6,13 @@ # PORTNAME= screem -PORTVERSION= 0.4.0 -PORTREVISION= 2 +PORTVERSION= 0.4.1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.screem.org/src/ MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jmcoopr@webmail.bmi.net USE_GMAKE= yes USE_X_PREFIX= yes @@ -22,7 +21,7 @@ USE_GNOME= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-gnomevfs +CONFIGURE_ARGS= --with-gnomevfs --with-ssl pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ |