diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 14:36:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 14:36:41 +0800 |
commit | ba924988158be48f52fe628d4fbe1d11f24c3ba4 (patch) | |
tree | 49a1c0a19d2528061ed83095e4acf1b3cab87fe5 /news | |
parent | f0ce14b31f1feae1fbe0f8354dfae3db067a6190 (diff) | |
download | freebsd-ports-gnome-ba924988158be48f52fe628d4fbe1d11f24c3ba4.tar.gz freebsd-ports-gnome-ba924988158be48f52fe628d4fbe1d11f24c3ba4.tar.zst freebsd-ports-gnome-ba924988158be48f52fe628d4fbe1d11f24c3ba4.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'news')
-rw-r--r-- | news/xrn/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/news/xrn/Makefile b/news/xrn/Makefile index a6a57545a06e..575179abd0a1 100644 --- a/news/xrn/Makefile +++ b/news/xrn/Makefile @@ -13,8 +13,7 @@ COMMENT= Usenet News reader for the X Window System MAN1= xrn.1 MANCOMPRESSED= no GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= bison +USES= bison gmake pkgconfig USE_XORG= ice sm x11 xaw xext xmu xpm xt DOCS= COMMON-PROBLMS COPYRIGHT CREDITS ChangeLog |