diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-12 04:44:21 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-12 04:44:21 +0800 |
commit | bfa637ec22f64ce6b242786c97940d6bf7355f39 (patch) | |
tree | 1b364c16c0b946033eb00f28309cf3526efa0fc6 /multimedia | |
parent | 3f6a4efac3e52b5ee268e69ca8e49bced0330fdc (diff) | |
download | freebsd-ports-gnome-bfa637ec22f64ce6b242786c97940d6bf7355f39.tar.gz freebsd-ports-gnome-bfa637ec22f64ce6b242786c97940d6bf7355f39.tar.zst freebsd-ports-gnome-bfa637ec22f64ce6b242786c97940d6bf7355f39.zip |
Stage support
Diffstat (limited to 'multimedia')
-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 |