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/Sockets | |
parent | 4443168d872e4d4a551497d99bd1830f817ad9c0 (diff) |
net: Add missing USES={gnome,php}
Notes
Notes:
svn path=/head/; revision=517064
Diffstat (limited to 'net/Sockets')
-rw-r--r-- | net/Sockets/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Sockets/Makefile b/net/Sockets/Makefile index bfda5a5933e3..eaca4a5bc373 100644 --- a/net/Sockets/Makefile +++ b/net/Sockets/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= http://www.alhem.net/Sockets/ \ MAINTAINER= ml@netfence.it COMMENT= C++ wrapper for BSD-style sockets -USES+= gmake ssl +USES+= gmake gnome ssl USE_GNOME= libxml2 USE_LDCONFIG= yes CFLAGS+= -I${OPENSSLINC} |