diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gkrellshoot2/Makefile | 1 | ||||
-rw-r--r-- | misc/xosd/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/misc/gkrellshoot2/Makefile b/misc/gkrellshoot2/Makefile index 5111de430622..ae1b3aa2c590 100644 --- a/misc/gkrellshoot2/Makefile +++ b/misc/gkrellshoot2/Makefile @@ -11,6 +11,7 @@ PKGNAMESUFFIX= 2 MAINTAINER= ports@FreeBSD.org COMMENT= Screen locking and screen capture plugin for GKrellM 2 +USES= pkgconfig BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 \ import:${PORTSDIR}/graphics/ImageMagick 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' \ |