diff options
Diffstat (limited to 'devel/jclassinfo/Makefile')
-rw-r--r-- | devel/jclassinfo/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/devel/jclassinfo/Makefile b/devel/jclassinfo/Makefile index e67d66400ec6..b661d8957ff3 100644 --- a/devel/jclassinfo/Makefile +++ b/devel/jclassinfo/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: jclassinfo -# Date created: May 5, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= jclassinfo PORTVERSION= 0.19.1 @@ -15,11 +10,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Shows information about Java class, dependencies, and more USE_AUTOTOOLS= libtool -USES= pathfix +USES= pathfix pkgconfig GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes -USE_PKGCONFIG= yes MAN1= jclassinfo.1 |