diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:41:30 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:41:30 +0000 |
commit | bc47cccc84a1837da1919cf6c75785c9646d1761 (patch) | |
tree | f7a9d348554d6994c70ad84089b6b749b7ac60fd /www/viewml/Makefile | |
parent | Upgrade to INN 2.3.2. (diff) |
Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
Notes
Notes:
svn path=/head/; revision=42259
Diffstat (limited to 'www/viewml/Makefile')
-rw-r--r-- | www/viewml/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/viewml/Makefile b/www/viewml/Makefile index b2902419f89d..68cecbd3e6f9 100644 --- a/www/viewml/Makefile +++ b/www/viewml/Makefile @@ -7,6 +7,7 @@ PORTNAME= viewml PORTVERSION= 0.21 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ftp://ftp.viewml.com/pub/viewml/ @@ -14,13 +15,13 @@ MAINTAINER= sobomax@FreeBSD.org BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk \ - wwwzip.1:${PORTSDIR}/www/libwww \ - Imlib.5:${PORTSDIR}/graphics/imlib + wwwzip.1:${PORTSDIR}/www/libwww WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_X_PREFIX= yes USE_GMAKE= yes +USE_IMLIB= yes USE_BISON= yes CFLAGS+= -fpermissive -include /usr/include/sys/types.h \ -DPREFIX=\\\"${PREFIX}\\\" |