diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-22 21:02:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-22 21:02:33 +0000 |
commit | 37497fcead0b59eb99c8ab45ed94d03690c29a54 (patch) | |
tree | 19200cb7735c05fa3ab32e33bcf44222afdd6bce /wm/qvwm | |
parent | 595dc8646aed3901ad57375bf93d859dd478536d (diff) | |
download | pkgsrc-37497fcead0b59eb99c8ab45ed94d03690c29a54.tar.gz |
USE_LANGUAGES= c++
Diffstat (limited to 'wm/qvwm')
-rw-r--r-- | wm/qvwm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/qvwm/Makefile b/wm/qvwm/Makefile index e6a819c9f2e..77dbcbe2bcc 100644 --- a/wm/qvwm/Makefile +++ b/wm/qvwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/10/03 00:18:23 tv Exp $ +# $NetBSD: Makefile,v 1.15 2004/11/22 21:04:31 wiz Exp $ # DISTNAME= qvwm-1.1.12 @@ -14,7 +14,7 @@ USE_X11= yes GNU_CONFIGURE= yes USE_GNU_TOOLS+= make USE_BUILDLINK3= yes -USE_GCC_SHLIB= yes +USE_LANGUAGES= c++ post-install: ${MV} ${PREFIX}/man/man1/qvwm.1x ${PREFIX}/man/man1/qvwm.1 |