diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:13:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:13:19 +0000 |
commit | 7020ba824d0766f01012481d30671834bccc6cc9 (patch) | |
tree | b8061c4bd911cb2507a3cc6b0ebdc773e91473b7 /devel/jclassinfo | |
parent | ac0c23c912957d0cfaa1ccb1f236d4da619b1889 (diff) |
Notes
Diffstat (limited to 'devel/jclassinfo')
-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 |