diff options
author | wiz <wiz@pkgsrc.org> | 2008-05-26 11:05:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-05-26 11:05:28 +0000 |
commit | a8b011651e984f0323a71ee82a77232a19c1c4fc (patch) | |
tree | 407ae775827a89d31158f01f2a68bbb173b16227 /multimedia | |
parent | 463284ccf43796d3a4ff46e7b4914f955b369f52 (diff) | |
download | pkgsrc-a8b011651e984f0323a71ee82a77232a19c1c4fc.tar.gz |
Needs c in USE_LANGUAGES for endian detection in configure script.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/goggles/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/goggles/Makefile b/multimedia/goggles/Makefile index e455bab18ea..4c835639650 100644 --- a/multimedia/goggles/Makefile +++ b/multimedia/goggles/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/03/12 20:52:02 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2008/05/26 11:05:28 wiz Exp $ # DISTNAME= goggles-0.9.1 @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.fifthplanet.net/goggles.html COMMENT= Easy to use frontend for Ogle DVD Player -USE_LANGUAGES+= c++ +USE_LANGUAGES+= c c++ # c for configure script USE_TOOLS+= gmake do-build: |