diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 05:27:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 05:27:53 +0800 |
commit | 4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c (patch) | |
tree | 30e09432cf3af70c596ec1833bdb863b62a6ce3b /x11/yad | |
parent | 9c33e295efb15d3d43d6d2f7757380c4aab0f3fc (diff) | |
download | freebsd-ports-gnome-4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c.tar.gz freebsd-ports-gnome-4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c.tar.zst freebsd-ports-gnome-4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'x11/yad')
-rw-r--r-- | x11/yad/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/yad/Makefile b/x11/yad/Makefile index f470ed1920b7..4ba1bb45a3ef 100644 --- a/x11/yad/Makefile +++ b/x11/yad/Makefile @@ -8,14 +8,13 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= danilogondolfo@gmail.com COMMENT= Display GNOME dialogs from the command line -USE_GMAKE= yes +USES= gmake pkgconfig USE_XZ= yes GNU_CONFIGURE= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes CONFIGURE_ENV+= DATADIRNAME=share - MAN1= yad.1 OPTIONS_DEFINE= NLS |