diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2007-12-31 10:57:54 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2007-12-31 10:57:54 +0000 |
commit | 160b671b5951184d14ccdccc22a563612f2f3c2e (patch) | |
tree | e205a25fc997c2325783fb5604478c512f0ae74f /x11 | |
parent | 13e30de0b874b1ef4134be51287ee67d463385a5 (diff) | |
download | ports-160b671b5951184d14ccdccc22a563612f2f3c2e.tar.gz ports-160b671b5951184d14ccdccc22a563612f2f3c2e.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/hs-X11/Makefile | 2 | ||||
-rw-r--r-- | x11/hs-x11-ghc/Makefile | 2 |
2 files changed, 2 insertions, 2 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: diff --git a/x11/hs-x11-ghc/Makefile b/x11/hs-x11-ghc/Makefile index 91ebb059413b..f3d6c3978b3e 100644 --- a/x11/hs-x11-ghc/Makefile +++ b/x11/hs-x11-ghc/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: |