diff options
author | miwi <miwi@FreeBSD.org> | 2011-11-07 00:36:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-11-07 00:36:34 +0800 |
commit | 531c1e9dbd3190327603645ec4a4ee39027960b0 (patch) | |
tree | 2930e726300a7fd2909b1b02c969e20134e5dac9 /audio/libmpd | |
parent | 11ffafd469a75a23d97748b981ecd48b5e513238 (diff) | |
download | freebsd-ports-gnome-531c1e9dbd3190327603645ec4a4ee39027960b0.tar.gz freebsd-ports-gnome-531c1e9dbd3190327603645ec4a4ee39027960b0.tar.zst freebsd-ports-gnome-531c1e9dbd3190327603645ec4a4ee39027960b0.zip |
- Get rid FreeBSD 6.X support
Diffstat (limited to 'audio/libmpd')
-rw-r--r-- | audio/libmpd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/libmpd/Makefile b/audio/libmpd/Makefile index 2c19db713cfb..1105ea840399 100644 --- a/audio/libmpd/Makefile +++ b/audio/libmpd/Makefile @@ -18,6 +18,7 @@ USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_GNOME= pkgconfig glib20 gnomehack USE_LDCONFIG= yes +WITH_FBSD10_FIX=yes post-patch: @${REINPLACE_CMD} -e 's,libmpd-1.0\/libmpd,libmpd,' \ |