diff options
author | obraun <obraun@FreeBSD.org> | 2007-12-31 18:57:54 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2007-12-31 18:57:54 +0800 |
commit | bf50335fef3a2421dbbebabb7fca9611a6fb74bc (patch) | |
tree | 3455466ec5cf134d7bb78ef7267c284208f0bd4e /x11/hs-X11 | |
parent | 010bedfaa0e702f0d6e89680aa29d09cac5b35d0 (diff) | |
download | freebsd-ports-gnome-bf50335fef3a2421dbbebabb7fca9611a6fb74bc.tar.gz freebsd-ports-gnome-bf50335fef3a2421dbbebabb7fca9611a6fb74bc.tar.zst freebsd-ports-gnome-bf50335fef3a2421dbbebabb7fca9611a6fb74bc.zip |
Reactivate dependency on libgmp-port
Diffstat (limited to 'x11/hs-X11')
-rw-r--r-- | x11/hs-X11/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/hs-X11/Makefile b/x11/hs-X11/Makefile index 91ebb059413b..f3d6c3978b3e 100644 --- a/x11/hs-X11/Makefile +++ b/x11/hs-X11/Makefile @@ -29,7 +29,7 @@ PLIST_SUB+= GHC_VERSION=${GHC_VERSION} \ .include <bsd.port.pre.mk> BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc -#LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 RUN_DEPENDS+= ghc:${PORTSDIR}/lang/ghc # 'owned' by lang/ghc: |