diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-19 08:39:43 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-19 08:39:43 +0000 |
commit | c4d9fd33694a2b9429da7974f1442d6d265655cf (patch) | |
tree | 230ece5c3f8cf090eeb1287e0854f842e0e36587 /multimedia | |
parent | 946daaf938e14f7c9e58433144a4b2e471deb58c (diff) | |
download | pkgsrc-c4d9fd33694a2b9429da7974f1442d6d265655cf.tar.gz |
Uses C++. XXX Kill idiotic large file check.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gopchop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/gopchop/Makefile b/multimedia/gopchop/Makefile index 486d184b386..b6bc0c3c089 100644 --- a/multimedia/gopchop/Makefile +++ b/multimedia/gopchop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/04/17 13:46:42 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2006/05/19 08:39:43 joerg Exp $ # DISTNAME= gopchop-1.1.7 @@ -12,6 +12,7 @@ HOMEPAGE= http://outflux.net/unix/software/GOPchop/ COMMENT= MPEG2 GOP-accurate editor GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= yes USE_TOOLS+= pkg-config |