diff options
author | petef <petef@FreeBSD.org> | 2003-06-01 21:36:25 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-06-01 21:36:25 +0800 |
commit | 6da3021892612519fd13aeee376a0b1c63619ee5 (patch) | |
tree | 59f62dd77b119763922644ed0618f04200c63b53 /graphics | |
parent | 3807090beef7fc00743f3608e212c24d069b289c (diff) | |
download | freebsd-ports-gnome-6da3021892612519fd13aeee376a0b1c63619ee5.tar.gz freebsd-ports-gnome-6da3021892612519fd13aeee376a0b1c63619ee5.tar.zst freebsd-ports-gnome-6da3021892612519fd13aeee376a0b1c63619ee5.zip |
Fix a typo in the Makefile; this fixes the build on alpha 5.1.
Submitted by: Ports Fury
Noticed by: bento
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/swfdec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/swfdec/Makefile b/graphics/swfdec/Makefile index 48ea71394da2..5af6c114f541 100644 --- a/graphics/swfdec/Makefile +++ b/graphics/swfdec/Makefile @@ -28,7 +28,7 @@ USE_GNOME= gnomehack gtk20 libartlgpl2 USE_GETOPT_LONG= yes USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} LDFLAGS="{LDFLAGS} +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes CPPFLAGS= -I${LOCALBASE}/include |