mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
- X11BASE -> LOCALBASE
- Transfer maintainership to multimedia@
This commit is contained in:
parent
d2f781c5a3
commit
9f2a2b8efc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194922
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user