diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-08 11:50:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-08 11:50:41 +0000 |
commit | 97918462cc21f22b680d961a5882e5e403755c02 (patch) | |
tree | 7ede9bf40bbee9ba9547fd021a6ed141ecccb213 /lang/pure | |
parent | 25145e53ba6149afb61a362f8b8eb04eb62d2ad4 (diff) | |
download | ports-97918462cc21f22b680d961a5882e5e403755c02.tar.gz ports-97918462cc21f22b680d961a5882e5e403755c02.zip |
Notes
Diffstat (limited to 'lang/pure')
-rw-r--r-- | lang/pure/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/pure/Makefile b/lang/pure/Makefile index 21db1242e7d1..bca196ba8867 100644 --- a/lang/pure/Makefile +++ b/lang/pure/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pure -# Date created: 2011-03-17 -# Whom: Zhihao Yuan <lichray@gmail.com> -# +# Created by: Zhihao Yuan <lichray@gmail.com> # $FreeBSD$ -# PORTNAME= pure PORTVERSION= 0.55 @@ -24,6 +20,7 @@ RUN_DEPENDS= llvm31>=3.1:${PORTSDIR}/devel/llvm31 MAN1= pure.1 SUB_FILES= pkg-message +USES= iconv USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes USE_GNOME= gnomehack pkgconfig |