diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-06 15:59:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-06 15:59:09 +0800 |
commit | 67143bc225b1347386be1f87d132b887602226d3 (patch) | |
tree | b1ae96041621da5b278f303628796e2cbe87da3d /games | |
parent | 6efd93d33e1b9da253b0c61d7ba66a1f4458c502 (diff) | |
download | freebsd-ports-gnome-67143bc225b1347386be1f87d132b887602226d3.tar.gz freebsd-ports-gnome-67143bc225b1347386be1f87d132b887602226d3.tar.zst freebsd-ports-gnome-67143bc225b1347386be1f87d132b887602226d3.zip |
Convert remanent USE_PKGCONFIG to USES=pkgconfig
While here convert:
USE_ICONV -> USES=iconv
USE_GMAKE -> USES=gmake
USE_GNOME=gnomehack -> USES=pathfix
some post-patch to USES=pathfix
Diffstat (limited to 'games')
-rw-r--r-- | games/gnudoku/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/gnudoku/Makefile b/games/gnudoku/Makefile index c108ab147c6d..0f45d2b3b2ee 100644 --- a/games/gnudoku/Makefile +++ b/games/gnudoku/Makefile @@ -13,9 +13,8 @@ COMMENT= A free program for creating and solving Su Doku puzzles LIB_DEPENDS= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 -USE_GMAKE= yes +USES= gmake pkgconfig MAKE_ENV= CXXLAGS="${CXXFLAGS}" -USE_PKGCONFIG= build post-patch: @${REINPLACE_CMD} -e 's|PREFIX=|PREFIX?=|' ${WRKSRC}/Makefile |