diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
commit | 109269205e521bb1d2d87678a391e5adefff88d6 (patch) | |
tree | 93f1f9278a9a48902904b7ff4a5ce711c10efe08 /devel/hs-simple-reflect/Makefile | |
parent | ad7295cafd0e46ece6fcbf594ef39a767c296d0e (diff) |
Notes
Diffstat (limited to 'devel/hs-simple-reflect/Makefile')
-rw-r--r-- | devel/hs-simple-reflect/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/hs-simple-reflect/Makefile b/devel/hs-simple-reflect/Makefile index ff163bc48df0..32884de4e50c 100644 --- a/devel/hs-simple-reflect/Makefile +++ b/devel/hs-simple-reflect/Makefile @@ -2,6 +2,7 @@ PORTNAME= simple-reflect PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -9,7 +10,5 @@ COMMENT= Simple reflection of expressions containing variables LICENSE= BSD -CABAL_SETUP= Setup.hs - .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |