diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 07:08:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 07:08:32 +0000 |
commit | 816f539eb092cad9eccd93acee8dbccaa88299d6 (patch) | |
tree | 3dce2240f5e668b5fbdef885ec9c7311674ebe82 /databases/hk_classes/Makefile | |
parent | b8081a458c31cfc1067c86b20606ab6fce8af668 (diff) | |
download | ports-816f539eb092cad9eccd93acee8dbccaa88299d6.tar.gz ports-816f539eb092cad9eccd93acee8dbccaa88299d6.zip |
Notes
Diffstat (limited to 'databases/hk_classes/Makefile')
-rw-r--r-- | databases/hk_classes/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/databases/hk_classes/Makefile b/databases/hk_classes/Makefile index ed4f5de3759c..deec17afe57e 100644 --- a/databases/hk_classes/Makefile +++ b/databases/hk_classes/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: hk_classes -# Date created: 25 July 2002 -# Whom: arved -# +# Created by: arved # $FreeBSD$ PORTNAME= hk_classes @@ -16,11 +13,11 @@ BUILD_DEPENDS= ${LOCALBASE}/include/argp.h:${PORTSDIR}/devel/argp-standalone LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ xml2.5:${PORTSDIR}/textproc/libxml2 +USES= pkgconfig USE_BZIP2= yes USE_ICONV= yes USE_PYTHON= yes USE_GETTEXT= yes -USE_PKGCONFIG= yes CXXFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib -largp -lintl USE_AUTOTOOLS= libtool |