diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-05 13:35:30 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-05 13:35:30 +0800 |
commit | ea43630e1ec04c78e77114233b8a55507400701c (patch) | |
tree | a2d2c8db506cfd73af4ae518b533c90ce575ad32 | |
parent | 2ed9bf441e2a2ae9b4f3b48e11c0a208c3343adc (diff) | |
download | freebsd-ports-gnome-ea43630e1ec04c78e77114233b8a55507400701c.tar.gz freebsd-ports-gnome-ea43630e1ec04c78e77114233b8a55507400701c.tar.zst freebsd-ports-gnome-ea43630e1ec04c78e77114233b8a55507400701c.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
-rw-r--r-- | x11-wm/epplets/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/epplets/Makefile b/x11-wm/epplets/Makefile index 2757ab518110..44c466117b66 100644 --- a/x11-wm/epplets/Makefile +++ b/x11-wm/epplets/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= e16:${PORTSDIR}/x11-wm/e16 \ USE_XORG= xext USE_GNOME= esound USE_GL= glut -USE_GMAKE= yes +USES= gmake pkgconfig USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |