diff options
author | dsainty <dsainty@pkgsrc.org> | 2006-05-21 03:01:10 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2006-05-21 03:01:10 +0000 |
commit | 693927ed6fe1180ca6bde0224658cf2fb6067866 (patch) | |
tree | efddc386f332e6de0a69a4bbe4ab87d618fc82d6 /emulators | |
parent | 73998f3e19218dd9231f91c4e494c547e9e5d1ff (diff) | |
download | pkgsrc-693927ed6fe1180ca6bde0224658cf2fb6067866.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/palmosemulator/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/palmosemulator/Makefile b/emulators/palmosemulator/Makefile index f1d9d3a377e..ab533b9de1d 100644 --- a/emulators/palmosemulator/Makefile +++ b/emulators/palmosemulator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/02/05 23:09:02 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2006/05/21 03:01:10 dsainty Exp $ # DISTNAME= emulator_src_${POSE_VERSION} @@ -32,6 +32,7 @@ CPPFLAGS+= -DFLTK_1_0_COMPAT CONFIGURE_DIRS= ${POSE_BUILD_DIR} BUILD_DIRS= ${POSE_BUILD_DIR} +USE_LANGUAGES= c c++ USE_TOOLS+= gmake perl GNU_CONFIGURE= YES |