diff options
author | ade <ade@FreeBSD.org> | 2001-06-19 09:43:08 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-06-19 09:43:08 +0000 |
commit | bd19e1a68b8ed08a41e8c54fd446db6f9f845e20 (patch) | |
tree | aa722e8c34867c9ef44b9a037ba7194406118f02 /math/guppi/Makefile | |
parent | da2658174d17d340834adda18ae39b24e984619d (diff) | |
download | FreeBSD-ports-bd19e1a68b8ed08a41e8c54fd446db6f9f845e20.zip FreeBSD-ports-bd19e1a68b8ed08a41e8c54fd446db6f9f845e20.tar.gz |
Clean up dependency chains after moving gtkhtml/gal inside the
USE_GNOME knob
Diffstat (limited to 'math/guppi/Makefile')
-rw-r--r-- | math/guppi/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/math/guppi/Makefile b/math/guppi/Makefile index f07f1a2..abe309f 100644 --- a/math/guppi/Makefile +++ b/math/guppi/Makefile @@ -7,6 +7,7 @@ PORTNAME= guppi PORTVERSION= 0.35.5 +PORTREVISION= 1 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/Guppi @@ -14,10 +15,7 @@ DISTNAME= Guppi-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= bonobo.2:${PORTSDIR}/devel/bonobo \ - glade.4:${PORTSDIR}/devel/libglade \ - guile.9:${PORTSDIR}/lang/guile \ - oaf.0:${PORTSDIR}/devel/oaf +LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile USE_X_PREFIX= yes USE_GMAKE= yes |