diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-10-18 05:09:19 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-10-18 05:09:19 +0800 |
commit | ab9de995d3b93e73b205e37ef9f3fde8d4a56ac3 (patch) | |
tree | 7d53be041e6bc37ee2df79263fb60ead78ccc660 /multimedia | |
parent | ee8f9bdd810e5dfa66605603dc179a815aec60a4 (diff) | |
download | freebsd-ports-gnome-ab9de995d3b93e73b205e37ef9f3fde8d4a56ac3.tar.gz freebsd-ports-gnome-ab9de995d3b93e73b205e37ef9f3fde8d4a56ac3.tar.zst freebsd-ports-gnome-ab9de995d3b93e73b205e37ef9f3fde8d4a56ac3.zip |
- Convert to staging
- Convert to new LIB_DEPENDS format
- Don't duplicate lib depends with build depends
- Use space for WWW line in pkg-descr
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/schroedinger/Makefile | 4 | ||||
-rw-r--r-- | multimedia/schroedinger/pkg-descr | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/multimedia/schroedinger/Makefile b/multimedia/schroedinger/Makefile index b83f885c11d8..b1dbe7eb1a6a 100644 --- a/multimedia/schroedinger/Makefile +++ b/multimedia/schroedinger/Makefile @@ -16,14 +16,12 @@ LICENSE_COMB= dual LICENSE_FILE_MIT= ${WRKSRC}/COPYING.MIT LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL -LIB_DEPENDS= orc-0.4:${PORTSDIR}/devel/orc -BUILD_DEPENDS= orc>=0.4.16:${PORTSDIR}/devel/orc +LIB_DEPENDS= liborc-0.4.so:${PORTSDIR}/devel/orc USES= pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^pkgconfigdir=.*|pkgconfigdir="\\$${prefix}/libdata/pkgconfig"|' \ -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure diff --git a/multimedia/schroedinger/pkg-descr b/multimedia/schroedinger/pkg-descr index d86b21940d0c..76f380264edc 100644 --- a/multimedia/schroedinger/pkg-descr +++ b/multimedia/schroedinger/pkg-descr @@ -3,4 +3,4 @@ partnership with the BBC. The main developer is David Schleef, who developed the liboil optimisation library which is heavily used in the project. -WWW: http://www.diracvideo.org/ +WWW: http://www.diracvideo.org/ |