mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
o Make sure we are using devel/swig13 instead of devel/swig11. There
should be a CONFLICTS line on both ports. o No functional change, just fixes 'build' on some systems. Therefore, no PORTREVISION bump. Prompted by: Derrick Edwards <dantavious@comcast.net>
This commit is contained in:
parent
29500498ea
commit
141450c02f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152932
@ -15,7 +15,7 @@ MAINTAINER= lioux@FreeBSD.org
|
||||
COMMENT= Dvd rip gui written in qt that uses vamps and dvdauthor
|
||||
|
||||
BUILD_DEPENDS= puic:${PORTSDIR}/x11-toolkits/p5-qt \
|
||||
swig:${PORTSDIR}/devel/swig13
|
||||
swig1.3:${PORTSDIR}/devel/swig13
|
||||
LIB_DEPENDS= dvdread.3:${PORTSDIR}/multimedia/libdvdread
|
||||
RUN_DEPENDS= puic:${PORTSDIR}/x11-toolkits/p5-qt \
|
||||
vamps:${PORTSDIR}/multimedia/vamps
|
||||
@ -64,7 +64,7 @@ PLIST_DIRS= %%DATADIR%%/translations \
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -E \
|
||||
-e 's|puic|${LOCALBASE}/bin/puic|' \
|
||||
-e 's|swig|${LOCALBASE}/bin/swig|' \
|
||||
-e 's|swig|${LOCALBASE}/bin/swig1.3|' \
|
||||
-e 's|\$$\(PREFIX\)/share/qvamps|%%DATADIR%%|' \
|
||||
-e 's|[[:space:]]perl[[:space:]]| ${PERL} |' \
|
||||
${BUILD_WRKSRC}/${MAKEFILE}
|
||||
|
Loading…
Reference in New Issue
Block a user