diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-07 05:58:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-07 05:58:43 +0800 |
commit | 0f5d891e155641af6eb9e458b5dda31d1c56a894 (patch) | |
tree | 86c4459e354d68876797a9538addf9753b36ee2f /multimedia/mjpegtools | |
parent | 7593d35bf1b98e204f3cf8f226e5529ab5a8c856 (diff) | |
download | freebsd-ports-gnome-0f5d891e155641af6eb9e458b5dda31d1c56a894.tar.gz freebsd-ports-gnome-0f5d891e155641af6eb9e458b5dda31d1c56a894.tar.zst freebsd-ports-gnome-0f5d891e155641af6eb9e458b5dda31d1c56a894.zip |
Use build-only dependency on pkgconf
Trim headers
Diffstat (limited to 'multimedia/mjpegtools')
-rw-r--r-- | multimedia/mjpegtools/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/multimedia/mjpegtools/Makefile b/multimedia/mjpegtools/Makefile index af0781ffa2ef..7b61ff9e720b 100644 --- a/multimedia/mjpegtools/Makefile +++ b/multimedia/mjpegtools/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mjpegtools -# Date created: Wed May 29 21:12:38 UTC 2002 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTNAME= mjpegtools PORTVERSION= 2.0.0 @@ -22,7 +18,7 @@ QUICKTIME_DESC= Enable libQuickTime support CONFLICTS= mplex-[0-9]* -USE_GNOME= pkgconfig +USE_PKGCONFIG= build USE_GMAKE= yes USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf LIBTOOLIZE_ARGS=--force |