- X11BASE -> LOCALBASE

- Transfer maintainership to multimedia@
This commit is contained in:
Michael Johnson 2007-07-04 16:26:52 +00:00
parent d2f781c5a3
commit 9f2a2b8efc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194922
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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