diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-05-23 11:41:38 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-05-23 11:41:38 +0800 |
commit | d7849228574171951b249e8c2870c443b026758f (patch) | |
tree | 687697e75682e3b23604e2d9ba160a5f105f1f96 /graphics | |
parent | 0cf5b422bbb001781a5cd3b5df8928628431e3f4 (diff) | |
download | freebsd-ports-gnome-d7849228574171951b249e8c2870c443b026758f.tar.gz freebsd-ports-gnome-d7849228574171951b249e8c2870c443b026758f.tar.zst freebsd-ports-gnome-d7849228574171951b249e8c2870c443b026758f.zip |
- Depend on pkgconfig in a proper way
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/animorph/Makefile | 2 | ||||
-rw-r--r-- | graphics/mhgui/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/animorph/Makefile b/graphics/animorph/Makefile index d793f6e09d92..27b3819b41f2 100644 --- a/graphics/animorph/Makefile +++ b/graphics/animorph/Makefile @@ -13,7 +13,7 @@ LICENSE= LGPL21 GNU_CONFIGURE= yes USE_GMAKE= yes -USE_PKGCONFIG= build +USES= pkgconfig USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/graphics/mhgui/Makefile b/graphics/mhgui/Makefile index 1f9819352c4c..6254c54abe53 100644 --- a/graphics/mhgui/Makefile +++ b/graphics/mhgui/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= animorph.0:${PORTSDIR}/graphics/animorph \ GNU_CONFIGURE= yes USE_GMAKE= yes -USE_PKGCONFIG= build +USES= pkgconfig USE_LDCONFIG= yes USE_XORG= xi xmu ice sm USE_GL= glut |