summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorwiz <wiz>2004-05-25 21:53:11 +0000
committerwiz <wiz>2004-05-25 21:53:11 +0000
commita3d7c5865e56c7c2b4aeb2dd3e3518fec4af411f (patch)
treeb87384b95d6c4e8a563205f71bc5b93483e8de10 /emulators
parent8b49b0e8fb8ff5a66e0427b12dbdd9a5bd9b6eab (diff)
downloadpkgsrc-a3d7c5865e56c7c2b4aeb2dd3e3518fec4af411f.tar.gz
Add VICE_USE_FFMPEG to BUILD_DEFS, says dillo.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/vice/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index c4465ff7ed9..31e86d4b3f7 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2004/05/25 21:51:42 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2004/05/25 21:53:11 wiz Exp $
#
DISTNAME= vice-1.14
@@ -29,6 +29,8 @@ USE_GCC_SHLIB= YES
INFO_FILES= vice.info
+BUILD_DEFS+= VICE_USE_FFMPEG
+
.include "../../mk/bsd.prefs.mk"
.if !empty(VICE_USE_FFMPEG:M[Yy][Ee][Ss])