diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 06:34:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 06:34:47 +0000 |
commit | e2eefe54727fdc19d777faed8f31182080be79c7 (patch) | |
tree | b30102687ef5c1ab28ebc1ef135357c7ae631a39 /cad/pdnmesh | |
parent | 6ee4f3c0edb78d03dd3593708882d63a840d5fbd (diff) |
Convert all c categories to USE=pkgconfig
Notes
Notes:
svn path=/head/; revision=316310
Diffstat (limited to 'cad/pdnmesh')
-rw-r--r-- | cad/pdnmesh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/pdnmesh/Makefile b/cad/pdnmesh/Makefile index 8db4f502f696..e0e13eab8346 100644 --- a/cad/pdnmesh/Makefile +++ b/cad/pdnmesh/Makefile @@ -26,12 +26,12 @@ LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ OPTIONS_DEFINE= ATLAS DOCS EXAMPLES ATLAS_DESC= Enable ATLAS support +USES= pkgconfig USE_FORTRAN= yes USE_GL= glu USE_GETTEXT= yes USE_ICONV= yes USE_GNOME= gdkpixbuf2 gtk20 -USE_PKGCONFIG= build USE_XORG= ice pixman sm x11 xau xcomposite xcursor xdamage xdmcp xext \ xfixes xmu xi xinerama xrandr xrender xt xxf86vm GNU_CONFIGURE= yes |