diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-09-12 12:23:32 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-09-12 12:23:32 +0000 |
commit | 303394f170ca9a7b706581d9d56a21e77bea74d8 (patch) | |
tree | 18408304235f338f597fa1d04630562002f7a89d /sysutils/logstalgia | |
parent | 669033f33540a326c34c082ae8bdc08554315bdb (diff) | |
download | freebsd-ports-303394f170ca9a7b706581d9d56a21e77bea74d8.zip |
Don't hardcode absolute path in CFLAGS
Diffstat (limited to 'sysutils/logstalgia')
-rw-r--r-- | sysutils/logstalgia/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/logstalgia/Makefile b/sysutils/logstalgia/Makefile index 10371df10534..ff923eebc5a2 100644 --- a/sysutils/logstalgia/Makefile +++ b/sysutils/logstalgia/Makefile @@ -21,6 +21,6 @@ GNU_CONFIGURE= yes USES= pkgconfig USE_SDL= sdl image -CFLAGS+= -L/usr/local/lib -I/usr/local/include +CFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.mk> |