diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-09 18:22:49 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-09 18:22:49 +0000 |
commit | 54a225485ff5f812457d079837f1d11f471970c3 (patch) | |
tree | c181fd8f7f3fb04ceaf4e0aceac19ec9661cca5e /multimedia/gopchop | |
parent | 83a8686a570ba9c94cbdc5045722c5f509014d29 (diff) | |
download | ports-54a225485ff5f812457d079837f1d11f471970c3.tar.gz ports-54a225485ff5f812457d079837f1d11f471970c3.zip |
- Support intlhack
- Remove unnesessary USE_SDL
PR: ports/65368
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=106594
Diffstat (limited to 'multimedia/gopchop')
-rw-r--r-- | multimedia/gopchop/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/multimedia/gopchop/Makefile b/multimedia/gopchop/Makefile index 292870aff7a8..2662fefe1a31 100644 --- a/multimedia/gopchop/Makefile +++ b/multimedia/gopchop/Makefile @@ -8,6 +8,7 @@ PORTNAME= gopchop PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://outflux.net/unix/software/GOPchop/download/ @@ -17,16 +18,14 @@ DISTNAME= GOPchop-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= MPEG2 GOP-accurate editor -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser LIB_DEPENDS= mpeg2.0:${PORTSDIR}/multimedia/libmpeg2 -USE_SDL= sdl +USE_GNOME= gnometarget gtk12 intlhack USE_GETOPT_LONG= yes -USE_GNOME= gnometarget gtk12 -USE_PERL5_BUILD= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ARGS= --disable-sdl CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include -DHAVE_DECL_GETOPT LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib |