diff options
author | lioux <lioux@FreeBSD.org> | 2006-01-07 09:10:09 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2006-01-07 09:10:09 +0800 |
commit | 5dd4bb07626dac1b8b4726eafdaf4db0d08a5e78 (patch) | |
tree | 5fa38d9d34192feb80a96040ae823a7bb75b2f37 | |
parent | 847d81173024567a045a01fecb2fad182a8188c1 (diff) | |
download | freebsd-ports-gnome-5dd4bb07626dac1b8b4726eafdaf4db0d08a5e78.tar.gz freebsd-ports-gnome-5dd4bb07626dac1b8b4726eafdaf4db0d08a5e78.tar.zst freebsd-ports-gnome-5dd4bb07626dac1b8b4726eafdaf4db0d08a5e78.zip |
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>
-rw-r--r-- | multimedia/qvamps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/qvamps/Makefile b/multimedia/qvamps/Makefile index 6c172b19a6ab..9b284f7ee99f 100644 --- a/multimedia/qvamps/Makefile +++ b/multimedia/qvamps/Makefile @@ -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} |