diff options
author | mich <mich@FreeBSD.org> | 2006-08-16 23:19:03 +0800 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2006-08-16 23:19:03 +0800 |
commit | 0956a802d4132dba60ee42e3175fab521567b130 (patch) | |
tree | 38c77eae0f64ef6a0bc28db11dcef1be1811a841 /audio/amarok/Makefile | |
parent | 30c258d28722638d24f3910caf0c7f1e897069ea (diff) | |
download | freebsd-ports-gnome-0956a802d4132dba60ee42e3175fab521567b130.tar.gz freebsd-ports-gnome-0956a802d4132dba60ee42e3175fab521567b130.tar.zst freebsd-ports-gnome-0956a802d4132dba60ee42e3175fab521567b130.zip |
- Fix deinstall of certain files (missing in /etc/mtree/BSD.local.dist)
- Define USE_LDCONFIG
PR: ports/101480
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
Diffstat (limited to 'audio/amarok/Makefile')
-rw-r--r-- | audio/amarok/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index 3309fde08503..c12ffbf77105 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -26,6 +26,7 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 USE_SDL= sdl USE_RUBY= yes +USE_LDCONFIG= yes OPTIONS= GPOD "iPod support" on \ XMMS "XMMS visualizations" off \ |