diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-30 22:15:53 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-30 22:15:53 +0000 |
commit | 86c849c9a1e7e2f86542192e8ebd8ce6cd6dba04 (patch) | |
tree | 37cb1614ce213b878b526a125c5244e8fcc7b7e7 /audio/alsaplayer | |
parent | cf9ed0c7b1ab49e28b8f6007c9ff91c109d41341 (diff) | |
download | ports-86c849c9a1e7e2f86542192e8ebd8ce6cd6dba04.tar.gz ports-86c849c9a1e7e2f86542192e8ebd8ce6cd6dba04.zip |
Notes
Diffstat (limited to 'audio/alsaplayer')
-rw-r--r-- | audio/alsaplayer/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/alsaplayer/Makefile b/audio/alsaplayer/Makefile index 869c086cda80..349e44c1b46b 100644 --- a/audio/alsaplayer/Makefile +++ b/audio/alsaplayer/Makefile @@ -23,6 +23,10 @@ WANT_GNOME= yes USE_GETOPT_LONG=yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ + LDFLAGS="${LDFLAGS}" MAN1= alsaplayer.1 |