diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 18:13:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 18:13:19 +0800 |
commit | 72f7ac5d01a9cb439c24865aa14548a9a32d64bd (patch) | |
tree | b8061c4bd911cb2507a3cc6b0ebdc773e91473b7 /devel/mercator | |
parent | 9f4360087a3911299913e91f497b00b304eed2bf (diff) | |
download | freebsd-ports-gnome-72f7ac5d01a9cb439c24865aa14548a9a32d64bd.tar.gz freebsd-ports-gnome-72f7ac5d01a9cb439c24865aa14548a9a32d64bd.tar.zst freebsd-ports-gnome-72f7ac5d01a9cb439c24865aa14548a9a32d64bd.zip |
Convert devel to USES=pkgconfig
Diffstat (limited to 'devel/mercator')
-rw-r--r-- | devel/mercator/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/mercator/Makefile b/devel/mercator/Makefile index 281fbf52f9b0..a4d7556f91ed 100644 --- a/devel/mercator/Makefile +++ b/devel/mercator/Makefile @@ -11,8 +11,7 @@ COMMENT= A procedural terrain library LIB_DEPENDS= wfmath-1.0.1:${PORTSDIR}/math/wfmath -USES= pathfix -USE_PKGCONFIG= yes +USES= pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes |