diff options
author | marino <marino@FreeBSD.org> | 2013-11-02 05:21:40 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-11-02 05:21:40 +0800 |
commit | 2b97561ebab17f8ae47745770907c4d3a20df3e7 (patch) | |
tree | 1278c7e136105e173e318a49b6d33c966e22d004 /misc | |
parent | c85bf85983c02a8699890a0cd48c991e9852d520 (diff) | |
download | freebsd-ports-gnome-2b97561ebab17f8ae47745770907c4d3a20df3e7.tar.gz freebsd-ports-gnome-2b97561ebab17f8ae47745770907c4d3a20df3e7.tar.zst freebsd-ports-gnome-2b97561ebab17f8ae47745770907c4d3a20df3e7.zip |
misc/magicpoint: USES+= pkgconfig
Approved by: portmgr (bapt, implicit)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/magicpoint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile index 3f766b25fda5..1d0ddcfd6888 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS+= pnmscale:${PORTSDIR}/graphics/netpbm MAKE_JOBS_UNSAFE= yes NO_STAGE= yes -USES= imake:env +USES= imake:env pkgconfig USE_XORG= x11 xext xmu xt sm ice xi xtst WANT_GNOME= yes GNU_CONFIGURE= yes |