diff options
author | jlam <jlam@pkgsrc.org> | 2004-03-12 19:06:55 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-03-12 19:06:55 +0000 |
commit | a8477fa11c51eb6c05ad705a7b26c0c3fc090a4d (patch) | |
tree | 406a552d074c214dc4d540eca0152fd367618b44 /x11/xlockmore | |
parent | 9eac3f73f0f9320ce3e0e97dee701d69df7770cb (diff) | |
download | pkgsrc-a8477fa11c51eb6c05ad705a7b26c0c3fc090a4d.tar.gz |
This package uses the C++ compiler for building and linking.
Diffstat (limited to 'x11/xlockmore')
-rw-r--r-- | x11/xlockmore/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xlockmore/Makefile.common b/x11/xlockmore/Makefile.common index b649bc78bf5..577ae0885c5 100644 --- a/x11/xlockmore/Makefile.common +++ b/x11/xlockmore/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2004/01/25 16:52:53 jlam Exp $ +# $NetBSD: Makefile.common,v 1.13 2004/03/12 19:06:55 jlam Exp $ # # This Makefile.common is included by: # @@ -26,6 +26,7 @@ PLIST_SRC?= ${.CURDIR}/../xlockmore/PLIST PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= YES +USE_LANGUAGES= c c++ USE_X11BASE= YES .include "../../mk/bsd.prefs.mk" |