diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-11 16:57:24 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-11 16:57:24 +0000 |
commit | 35c465a1d31bcfba901fff7539e445fd0df82d1c (patch) | |
tree | 26fe6a2060533141b6729acd9b9493460d3f34fb | |
parent | 19dd67cc360884a9643ce9cdf9629f66cafb27d3 (diff) | |
download | pkgsrc-35c465a1d31bcfba901fff7539e445fd0df82d1c.tar.gz |
Uses C++.
-rw-r--r-- | x11/fbdesk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/fbdesk/Makefile b/x11/fbdesk/Makefile index 02dbb1874db..cadbc87ab0d 100644 --- a/x11/fbdesk/Makefile +++ b/x11/fbdesk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/04/17 13:46:52 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2006/05/11 16:57:24 joerg Exp $ # DISTNAME= fbdesk-1.2.1 @@ -10,6 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://fluxbox.sourceforge.net/fbdesk/ COMMENT= Application that creates and manage icons on your desktop +USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config USE_LIBTOOL= YES GNU_CONFIGURE= YES |