diff options
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 |