diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
commit | 992586fa0863f8346a19cbcdfbba376c5c4dfd43 (patch) | |
tree | 87b239f8431cee200969f89da8739806496b7dad /textproc/scim-openvanilla | |
parent | dc0ce8f5839343b4c972ae818337189b1b55d447 (diff) | |
download | freebsd-ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.zip |
Finish converting the whole ports tree to USES=pkgconfig
Diffstat (limited to 'textproc/scim-openvanilla')
-rw-r--r-- | textproc/scim-openvanilla/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/scim-openvanilla/Makefile b/textproc/scim-openvanilla/Makefile index 3524cb8776c7..3683cbb5ff05 100644 --- a/textproc/scim-openvanilla/Makefile +++ b/textproc/scim-openvanilla/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: scim-openvanilla -# Date Created: 3 September 2005 -# Whom: Leland Wang <llwang@infor.org> -# +# Created by: Leland Wang <llwang@infor.org> # $FreeBSD$ -# PORTNAME= scim-openvanilla PORTVERSION= 0.7.2.20070514 @@ -26,7 +22,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/Loaders/SCIM USE_GMAKE= yes USE_GETTEXT= yes USE_ICONV= yes -USE_PKGCONFIG= yes +USES= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV+= OV_MODULEDIR=${PREFIX}/lib/openvanilla/ CPPFLAGS+= -I${LOCALBASE}/include |