diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-12-22 15:28:42 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-12-22 15:28:42 +0000 |
commit | 96c93f12b34ef3cd4457fe231efa3a0cf40c7a56 (patch) | |
tree | 2423ea965eeb106d6d1d2445b09c4031ce37725f | |
parent | b112d78ac073a3630d525a7a84eef0fb8a1757da (diff) |
Notes
-rw-r--r-- | multimedia/transcode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile index beb9fe776a66..c68d29dbef96 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://dl.fkb.wormulon.net/transcode/ \ http://kraymer.de/mirroring/ \ http://www.jakemsr.com/transcode/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= multimedia@FreeBSD.org COMMENT= A text-console utility for video stream processing LIB_DEPENDS= dvdread.3:${PORTSDIR}/multimedia/libdvdread \ @@ -27,7 +27,7 @@ USE_GETOPT_LONG=yes USE_XLIB= yes USE_GNOME= gtk12 USE_GMAKE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes WANT_SDL= yes USE_AUTOTOOLS= libtool:15 LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib |