diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-24 04:59:27 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-24 04:59:27 +0800 |
commit | 5c2223b268cdd1b27338abd82727134ee4481a43 (patch) | |
tree | 6e9a5f6e61a6afa86e965cb2f778f4db90c4d48d /multimedia | |
parent | f1c7f325730b8b523f85fc43eb92673a02ccda6c (diff) | |
download | marcuscom-ports-5c2223b268cdd1b27338abd82727134ee4481a43.tar.gz marcuscom-ports-5c2223b268cdd1b27338abd82727134ee4481a43.tar.zst marcuscom-ports-5c2223b268cdd1b27338abd82727134ee4481a43.zip |
Fix makefile, Unassociated shell command.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16527 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/totem/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index aa8e67b8f..a84b7ddd1 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -3,7 +3,7 @@ # Whom: Hendrik Scholz <hendrik@scholz.net> # # $FreeBSD$ -# $MCom: ports/multimedia/totem/Makefile,v 1.156 2011/08/24 13:49:31 kwm Exp $ +# $MCom: ports/multimedia/totem/Makefile,v 1.157 2011/10/15 14:30:15 kwm Exp $ # PORTNAME= totem @@ -41,7 +41,7 @@ INSTALLS_OMF= yes PKGMESSAGE= ${WRKDIR}/pkg-message CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib -CONFIGURE_ENV= LIBS="-lXrandr" +CONFIGURE_ENV= LIBS="-lXrandr" \ BROWSER_PLUGIN_DIR="${WEBPLUGINS_DIR}" CONFIGURE_ARGS= --with-plugins="${TOTEM_PLUGINS}" |