diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 13:54:45 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 13:54:45 +0000 |
commit | 77d5662e7c18b449f96ae7c3863c41d8cbfe12eb (patch) | |
tree | 9ec3669354fcc327abf2d288212379857ec010ec /multimedia/mpeg2codec | |
parent | 89315e2bf7fc92ab44dbf706be38932b1d3d881c (diff) | |
download | ports-77d5662e7c18b449f96ae7c3863c41d8cbfe12eb.tar.gz ports-77d5662e7c18b449f96ae7c3863c41d8cbfe12eb.zip |
Notes
Diffstat (limited to 'multimedia/mpeg2codec')
-rw-r--r-- | multimedia/mpeg2codec/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/mpeg2codec/Makefile b/multimedia/mpeg2codec/Makefile index 88a591e055c6..b76e1eb90952 100644 --- a/multimedia/mpeg2codec/Makefile +++ b/multimedia/mpeg2codec/Makefile @@ -19,6 +19,8 @@ OPTIONS_DEFAULT= X11 WRKSRC= ${WRKDIR}/mpeg2 +USES= pkgconfig + MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" DATADIR= ${PREFIX}/share/mpeg2 |