diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-20 21:56:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-20 21:56:57 +0000 |
commit | 1403623fa978e9949eb2bc9c858a14632e272d71 (patch) | |
tree | fc6ff10a611fbf687edc88bcf742ad31c3162b4c /net-im | |
parent | 116fa997a7dad6ec01c8079738b2b0ef8c169e59 (diff) | |
download | ports-1403623fa978e9949eb2bc9c858a14632e272d71.tar.gz ports-1403623fa978e9949eb2bc9c858a14632e272d71.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/kopete/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/kopete/Makefile b/net-im/kopete/Makefile index d93f1bc1304c..be897d2d67de 100644 --- a/net-im/kopete/Makefile +++ b/net-im/kopete/Makefile @@ -58,7 +58,8 @@ INSTALL_WRKSRC= ${WRKSRC}/kopete PKG_CONFIG?= ${LOCALBASE}/bin/pkg-config -OPTIONS= WEBCAM "Enable webcamera support" off +OPTIONS_DEFINE= WEBCAM +WEBCAM_DESC= Enable webcamera support .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include <bsd.port.pre.mk> |