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/screem-devel | |
parent | 7ce0c30d7530087588921aedd4971eec44d11823 (diff) | |
download | ports-bc47cccc84a1837da1919cf6c75785c9646d1761.tar.gz ports-bc47cccc84a1837da1919cf6c75785c9646d1761.zip |
Notes
Diffstat (limited to 'www/screem-devel')
-rw-r--r-- | www/screem-devel/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/screem-devel/Makefile b/www/screem-devel/Makefile index f1a4460143cc..af5acfbee3e4 100644 --- a/www/screem-devel/Makefile +++ b/www/screem-devel/Makefile @@ -7,18 +7,15 @@ PORTNAME= screem PORTVERSION= 0.4.0 -CATEGORIES= www +PORTREVISION= 1 +CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.screem.org/src/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade \ - guile.9:${PORTSDIR}/lang/guile \ - gtkhtml.8:${PORTSDIR}/www/gtkhtml \ - gnomeprint.13:${PORTSDIR}/print/gnomeprint \ - gnomevfs.0:${PORTSDIR}/devel/gnomevfs +LIB_DEPENDS= gtkhtml.10:${PORTSDIR}/www/gtkhtml USE_GMAKE= yes USE_X_PREFIX= yes |