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 /graphics/hs-svgcairo | |
parent | ad7295cafd0e46ece6fcbf594ef39a767c296d0e (diff) |
Notes
Diffstat (limited to 'graphics/hs-svgcairo')
-rw-r--r-- | graphics/hs-svgcairo/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/hs-svgcairo/Makefile b/graphics/hs-svgcairo/Makefile index d4cfeec500d6..2b08c149d46f 100644 --- a/graphics/hs-svgcairo/Makefile +++ b/graphics/hs-svgcairo/Makefile @@ -2,16 +2,14 @@ PORTNAME= svgcairo PORTVERSION= 0.12.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Binding to the libsvg-cairo library LICENSE= BSD -FILE_LICENSE= COPYING -CABAL_SETUP= Setup.hs USE_CABAL= cairo>=0.12 glib>=0.12 mtl USE_GNOME= librsvg2 |