diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-11 20:44:21 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-11 20:44:21 +0000 |
| commit | 4b088d6ca422c871e9d4a860f042ec23c660fb6c (patch) | |
| tree | 1b364c16c0b946033eb00f28309cf3526efa0fc6 /multimedia/poe | |
| parent | f37fa386ed61192d13be5de65196b1e08b6335bd (diff) | |
Notes
Diffstat (limited to 'multimedia/poe')
| -rw-r--r-- | multimedia/poe/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/multimedia/poe/Makefile b/multimedia/poe/Makefile index 4baac2553fe8..5c9f2a6e9cdb 100644 --- a/multimedia/poe/Makefile +++ b/multimedia/poe/Makefile @@ -8,12 +8,12 @@ MASTER_SITES= http://www.eskimo.com/~pburns/Poe/files/ DISTNAME= Poe-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A vorbis comment editor for GNUstep - -LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis +COMMENT= vorbis comment editor for GNUstep LICENSE= GPLv2 +LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes @@ -21,7 +21,6 @@ USE_GNUSTEP_INSTALL= yes PORTSCOUT= skipv:0.5.2 -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|-lvorbisfile$$|-lvorbisfile -logg|' \ ${WRKSRC}/GNUmakefile |
