diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-08 11:32:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-08 11:32:11 +0000 |
commit | 9250d94365048cf854570d93b5196aa250eba8f0 (patch) | |
tree | 9c130b083139cc77280c7e96cc9cea75a84d2d4c /devel/libmimedir/Makefile | |
parent | 09fa4f371396ff884f3845939561bfc786faf491 (diff) |
Notes
Diffstat (limited to 'devel/libmimedir/Makefile')
-rw-r--r-- | devel/libmimedir/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/libmimedir/Makefile b/devel/libmimedir/Makefile index eb0ef6724615..90aad09aaffa 100644 --- a/devel/libmimedir/Makefile +++ b/devel/libmimedir/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: libmimedir -# Date created: March 2004 -# Whom: Sam Lawrance <boris@brooknet.com.au> -# +# Created by: Sam Lawrance <boris@brooknet.com.au> # $FreeBSD$ PORTNAME= libmimedir @@ -12,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Library for parsing RFC2425 MIME Directory Profile information -USE_BISON= build +USES= bison USE_AUTOTOOLS= libtool USE_LDCONFIG= yes |