diff options
author | John Marino <marino@FreeBSD.org> | 2013-09-12 00:45:58 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-09-12 00:45:58 +0800 |
commit | 30fb06c870312f125ce13d34b81a10f7906677eb (patch) | |
tree | 07c99aa739c6b74a8b8c37fee0caed1e65bb175c /misc/xosd | |
parent | f19c454457053117207f92b46d70774cb96bfdf7 (diff) | |
download | freebsd-ports-gnome-30fb06c870312f125ce13d34b81a10f7906677eb.tar.gz freebsd-ports-gnome-30fb06c870312f125ce13d34b81a10f7906677eb.tar.zst freebsd-ports-gnome-30fb06c870312f125ce13d34b81a10f7906677eb.zip |
Add explicit dependency on pkgconf (18 ports)
Diffstat (limited to 'misc/xosd')
-rw-r--r-- | misc/xosd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/xosd/Makefile b/misc/xosd/Makefile index 8acb115aa13a..c66bf7b2b48a 100644 --- a/misc/xosd/Makefile +++ b/misc/xosd/Makefile @@ -12,9 +12,9 @@ COMMENT= X11 on-screen-display program and library LICENSE= GPLv2 +USES= gmake pkgconfig USE_AUTOTOOLS= libtool USE_CSTD= gnu89 -USE_GMAKE= yes USE_XORG= x11 xext xt sm ice USE_LDCONFIG= yes CONFIGURE_ENV= LIBS=${PTHREAD_LIBS}' -L${LOCALBASE}/lib' \ |