diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-04-26 11:53:10 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-04-26 11:53:10 +0000 |
commit | fbdf4d763a58d5684f736c023277d77b55262052 (patch) | |
tree | 10c2d980aa87acc9484de8a2e468c6a89128b7d8 /lang/nhc98/Makefile | |
parent | When trying to link dynamic libraries with dependancies, e.g: (diff) |
* Add PATCHFILE.
* Bump PORTREVISION.
Diffstat (limited to 'lang/nhc98/Makefile')
-rw-r--r-- | lang/nhc98/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/nhc98/Makefile b/lang/nhc98/Makefile index 4e2f017fcfa4..a5dd038b2646 100644 --- a/lang/nhc98/Makefile +++ b/lang/nhc98/Makefile @@ -6,11 +6,15 @@ PORTNAME= nhc98 PORTVERSION= 1.16 +PORTREVISION= 1 CATEGORIES= lang haskell MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/haskell/${PORTNAME}/ DISTNAME= ${PORTNAME}src-${PORTVERSION} DIST_SUBDIR= nhc98 +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= patch-1.16-typesyn + MAINTAINER= obraun@FreeBSD.org COMMENT= A fully-fledged compiler for Haskell 98 |