diff options
author | obraun <obraun@FreeBSD.org> | 2004-03-11 12:34:20 +0000 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2004-03-11 12:34:20 +0000 |
commit | 0e96915c1d9341fa140a7e62431f551ed9072694 (patch) | |
tree | d4cc4afe38cfd66a41bc8d81f0b5e3734a7fcdb6 /x11-toolkits | |
parent | 14ff8d9344e11e8c3fd66129b6096ade09a48a86 (diff) | |
download | FreeBSD-ports-0e96915c1d9341fa140a7e62431f551ed9072694.zip FreeBSD-ports-0e96915c1d9341fa140a7e62431f551ed9072694.tar.gz |
Fix dependencies (hopefully)
Submitted by: bento via kris
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/hs-port/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/hs-port/Makefile b/x11-toolkits/hs-port/Makefile index 59b90f0..879a9f4 100644 --- a/x11-toolkits/hs-port/Makefile +++ b/x11-toolkits/hs-port/Makefile @@ -18,7 +18,7 @@ COMMENT= A low-level GUI library for Haskell BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc -USE_GNOME= glib20 gtk20 +USE_GNOME= glib20 gtk20 libgnomeui USE_BZIP2= yes USE_REINPLACE= yes HAS_CONFIGURE= yes |