diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2007-04-12 09:12:59 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2007-04-12 09:12:59 +0800 |
commit | 0b418394dce1b39a6245d3a061841f9e6beb51ab (patch) | |
tree | a73b5fad614a05938fdd2634b4067f26a354ea8c /x11-toolkits | |
parent | 1579df7e89ef3656de75850e2296316f04930ecd (diff) | |
download | freebsd-ports-gnome-0b418394dce1b39a6245d3a061841f9e6beb51ab.tar.gz freebsd-ports-gnome-0b418394dce1b39a6245d3a061841f9e6beb51ab.tar.zst freebsd-ports-gnome-0b418394dce1b39a6245d3a061841f9e6beb51ab.zip |
Explicitly add some more dependencies which were previously generational
dependencies.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk-sharp10/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/gtk-sharp10/Makefile b/x11-toolkits/gtk-sharp10/Makefile index 4dc7a04828c1..8d3e914384ff 100644 --- a/x11-toolkits/gtk-sharp10/Makefile +++ b/x11-toolkits/gtk-sharp10/Makefile @@ -8,7 +8,7 @@ PORTNAME= gtk-sharp PORTVERSION= 1.0.10 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= x11-toolkits MASTER_SITES= http://go-mono.com/sources/${PORTNAME}/ @@ -23,7 +23,8 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GMAKE= yes USE_PERL5_RUN= yes -USE_GNOME= gnomehack gtkhtml3 vte librsvg2 +USE_GNOME= gnomehack gtkhtml3 vte librsvg2 libgnomecanvas \ + libgnomeprintui libglade2 MAKE_ENV=MONO_SHARED_DIR=${WRKDIR} |