diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 15:08:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 15:08:32 +0800 |
commit | 8e7a63fec8f6eb66e5f5779b598c7cd8ff20902a (patch) | |
tree | 3dce2240f5e668b5fbdef885ec9c7311674ebe82 /databases/hk_classes | |
parent | fd7815ac9400116b74bb8ffb46ed661ade3a6d2e (diff) | |
download | freebsd-ports-gnome-8e7a63fec8f6eb66e5f5779b598c7cd8ff20902a.tar.gz freebsd-ports-gnome-8e7a63fec8f6eb66e5f5779b598c7cd8ff20902a.tar.zst freebsd-ports-gnome-8e7a63fec8f6eb66e5f5779b598c7cd8ff20902a.zip |
Convert databases to USES=pkgconfig
Diffstat (limited to 'databases/hk_classes')
-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 |