diff options
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> |