diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-07-23 04:59:32 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-07-23 04:59:32 +0800 |
commit | f4a520289388133de2bd97a924cd95f876c58cb9 (patch) | |
tree | ec2b23d335f122b0f2d152e24dff239da00fcacb | |
parent | c0f5169c2c4e4900b56ff820c67cd0217565246e (diff) | |
download | freebsd-ports-gnome-f4a520289388133de2bd97a924cd95f876c58cb9.tar.gz freebsd-ports-gnome-f4a520289388133de2bd97a924cd95f876c58cb9.tar.zst freebsd-ports-gnome-f4a520289388133de2bd97a924cd95f876c58cb9.zip |
- make use of USE_LDCONFIG
-rw-r--r-- | audio/libid3tag/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libid3tag/Makefile b/audio/libid3tag/Makefile index 9baa924f962b..331eafefd654 100644 --- a/audio/libid3tag/Makefile +++ b/audio/libid3tag/Makefile @@ -17,7 +17,7 @@ COMMENT= ID3 tags library (part of MAD project) USE_GNOME= pkgconfig GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ |