diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-03-23 13:36:56 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-03-23 13:36:56 +0000 |
commit | ad702df1fd29beb7ce21b333a56dc2897b8fa2d4 (patch) | |
tree | ede62f18314a83927f3b8152ddc28b6f4d28da3a | |
parent | - fix segfault in ppmcolormask with stdin (diff) |
Fix typo
Noticed by: krisbot
Approved by: portmgr (kris)
Promising to really test even tiny changes in the future: me^
Notes
Notes:
svn path=/head/; revision=131919
-rw-r--r-- | audio/xmms-a52dec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmms-a52dec/Makefile b/audio/xmms-a52dec/Makefile index 08195eb59cb1..1d25517241fe 100644 --- a/audio/xmms-a52dec/Makefile +++ b/audio/xmms-a52dec/Makefile @@ -29,7 +29,7 @@ CFLAGS+= `xmms-config --cflags` -L${LOCALBASE}/lib CFLAGS= -fPIC .endif -PLSIT_FILES= lib/xmms/Input/liba52dec.so +PLIST_FILES= lib/xmms/Input/liba52dec.so do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -shared -o liba52dec.so xmms-a52dec.c -la52 |