diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 13:48:34 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 13:48:34 +0000 |
commit | ba284573681e85a059c5c2eb8cad050ff23fd8ac (patch) | |
tree | 0420127fe51222574eb803fbddb21f180010a6ea /net/gspoof | |
parent | net-im: Add missing USES={gnome,xorg} (diff) |
net: Add missing USES={gnome,php}
Notes
Notes:
svn path=/head/; revision=517064
Diffstat (limited to 'net/gspoof')
-rw-r--r-- | net/gspoof/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gspoof/Makefile b/net/gspoof/Makefile index cd684c9352b8..4a6b81e0eaf1 100644 --- a/net/gspoof/Makefile +++ b/net/gspoof/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libnet.so:net/libnet USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libnet-prefix=${LOCALBASE} -USES= gmake +USES= gmake gnome OPTIONS_DEFINE= DOCS |