diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-11 14:49:59 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-11 14:49:59 +0000 |
commit | 9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92 (patch) | |
tree | c4f78cbaf45ab044db3e157be708afd711a4e841 /graphics/kudu | |
parent | 0533abe3e7aae5c19e0a0ce9c1e82ed5e94f63e8 (diff) |
Notes
Diffstat (limited to 'graphics/kudu')
-rw-r--r-- | graphics/kudu/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/kudu/Makefile b/graphics/kudu/Makefile index 8000f5025e64..d827189a82b1 100644 --- a/graphics/kudu/Makefile +++ b/graphics/kudu/Makefile @@ -20,9 +20,7 @@ USE_GL= gl USE_PYTHON= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -CFLAGS+= ${PTHREAD_CFLAGS} -CONFIGURE_ENV= LIBS="${PTHREAD_LIBS} -lcompat" +LIBS+= -L${LOCALBASE}/lib -lcompat PLIST_FILES= bin/${PORTNAME} PORTDATA= * |