diff options
author | ade <ade@FreeBSD.org> | 2001-06-19 17:43:08 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-06-19 17:43:08 +0800 |
commit | bd19e1a68b8ed08a41e8c54fd446db6f9f845e20 (patch) | |
tree | aa722e8c34867c9ef44b9a037ba7194406118f02 /www/encompass/Makefile | |
parent | da2658174d17d340834adda18ae39b24e984619d (diff) | |
download | freebsd-ports-gnome-bd19e1a68b8ed08a41e8c54fd446db6f9f845e20.tar.gz freebsd-ports-gnome-bd19e1a68b8ed08a41e8c54fd446db6f9f845e20.tar.zst freebsd-ports-gnome-bd19e1a68b8ed08a41e8c54fd446db6f9f845e20.zip |
Clean up dependency chains after moving gtkhtml/gal inside the
USE_GNOME knob
Diffstat (limited to 'www/encompass/Makefile')
-rw-r--r-- | www/encompass/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/encompass/Makefile b/www/encompass/Makefile index cae573db180f..8798df6b8891 100644 --- a/www/encompass/Makefile +++ b/www/encompass/Makefile @@ -7,14 +7,14 @@ PORTNAME= encompass PORTVERSION= 0.4.2 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= gtkhtml.10:${PORTSDIR}/www/gtkhtml \ - neon.15:${PORTSDIR}/www/neon +LIB_DEPENDS= neon.15:${PORTSDIR}/www/neon USE_GNOME= yes USE_X_PREFIX= yes |