diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-08-03 10:30:07 +0800 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-08-03 10:30:07 +0800 |
commit | db8a630740d7952632fca1d12503a442fc625335 (patch) | |
tree | 8ee3a15fcf61eb9a77ce79ffe7cc567f6e56e480 /textproc/hs-xml | |
parent | 336cf4f81e31ae43ff7b5ec434e2305615de4392 (diff) | |
download | freebsd-ports-gnome-db8a630740d7952632fca1d12503a442fc625335.tar.gz freebsd-ports-gnome-db8a630740d7952632fca1d12503a442fc625335.tar.zst freebsd-ports-gnome-db8a630740d7952632fca1d12503a442fc625335.zip |
- Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft
Obtained from: FreeBSD Haskell
Diffstat (limited to 'textproc/hs-xml')
-rw-r--r-- | textproc/hs-xml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/hs-xml/Makefile b/textproc/hs-xml/Makefile index 1c4a08287ad2..da6c9186e8bc 100644 --- a/textproc/hs-xml/Makefile +++ b/textproc/hs-xml/Makefile @@ -7,7 +7,7 @@ PORTNAME= xml PORTVERSION= 1.3.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org |