diff options
author | ahze <ahze@FreeBSD.org> | 2007-07-05 00:26:52 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-07-05 00:26:52 +0800 |
commit | 2bb582a09f7c11adae1a0d1d52b633e765a38695 (patch) | |
tree | 00280e8d5a43bc49d8b704093322a71784330ece /multimedia/mpeg2codec | |
parent | 12c5fcf24f208c4f987dc6a57d3dfd36da86026d (diff) | |
download | freebsd-ports-gnome-2bb582a09f7c11adae1a0d1d52b633e765a38695.tar.gz freebsd-ports-gnome-2bb582a09f7c11adae1a0d1d52b633e765a38695.tar.zst freebsd-ports-gnome-2bb582a09f7c11adae1a0d1d52b633e765a38695.zip |
- X11BASE -> LOCALBASE
- Transfer maintainership to multimedia@
Diffstat (limited to 'multimedia/mpeg2codec')
-rw-r--r-- | multimedia/mpeg2codec/Makefile | 2 | ||||
-rw-r--r-- | multimedia/mpeg2codec/files/patch-aa | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/mpeg2codec/Makefile b/multimedia/mpeg2codec/Makefile index b9d9cdf9bc97..a2e92a0189b6 100644 --- a/multimedia/mpeg2codec/Makefile +++ b/multimedia/mpeg2codec/Makefile @@ -12,7 +12,7 @@ CATEGORIES= multimedia MASTER_SITES= ftp://ftp.mpeg.org/pub/mpeg/mssg/ DISTFILES= mpeg2vidcodec_v12.tar.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= multimedia@FreeBSD.org COMMENT= An MPEG-2 Encoder and Decoder USE_XLIB= yes diff --git a/multimedia/mpeg2codec/files/patch-aa b/multimedia/mpeg2codec/files/patch-aa index 1da259b9a47d..dc58c00335f5 100644 --- a/multimedia/mpeg2codec/files/patch-aa +++ b/multimedia/mpeg2codec/files/patch-aa @@ -24,8 +24,8 @@ -#INCLUDEDIR = -I/usr/openwin/include -#LIBRARYDIR = -L/usr/openwin/lib -+INCLUDEDIR = -I${X11BASE}/include -+LIBRARYDIR = -L${X11BASE}/lib ++INCLUDEDIR = -I${LOCALBASE}/include ++LIBRARYDIR = -L${LOCALBASE}/lib # select one of the following CC CFLAGS settings |