diff options
Diffstat (limited to 'graphics/goom/Makefile')
-rw-r--r-- | graphics/goom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/goom/Makefile b/graphics/goom/Makefile index eec14335da81..1996ecb5d4ba 100644 --- a/graphics/goom/Makefile +++ b/graphics/goom/Makefile @@ -21,7 +21,7 @@ INSTALL_TARGET= install-strip USE_LDCONFIG= yes .if exists(${X11R6}/bin/xmms) || defined(WITH_XMMS) -LIB_DEPENDS+= libxmms.so:${PORTSDIR}/multimedia/xmms +LIB_DEPENDS+= libxmms.so:multimedia/xmms PLIST_SUB+= XMMS="" .else PLIST_SUB+= XMMS="@comment " |