summaryrefslogtreecommitdiff
path: root/emulators/vice
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-05-25 21:53:11 +0000
committerwiz <wiz@pkgsrc.org>2004-05-25 21:53:11 +0000
commit54e994b816ebb1701c32ed16ecc2fa893fccd4a0 (patch)
treeb87384b95d6c4e8a563205f71bc5b93483e8de10 /emulators/vice
parent5861dde6629aad0c487c024ca5c5dc64901b91be (diff)
downloadpkgsrc-54e994b816ebb1701c32ed16ecc2fa893fccd4a0.tar.gz
Add VICE_USE_FFMPEG to BUILD_DEFS, says dillo.
Diffstat (limited to 'emulators/vice')
-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])