diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-08-25 13:29:11 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-08-25 13:29:11 +0000 |
commit | 1f3d57052e907ef7c713ebb3d3b48d1b004a8580 (patch) | |
tree | 83ed93101da454cd8d6924d30bec1b679083d876 /devel/liballium | |
parent | 4b6dd971868e94eceba050eb6411738b7cbe0f25 (diff) | |
download | ports-1f3d57052e907ef7c713ebb3d3b48d1b004a8580.tar.gz ports-1f3d57052e907ef7c713ebb3d3b48d1b004a8580.zip |
Notes
Diffstat (limited to 'devel/liballium')
-rw-r--r-- | devel/liballium/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/liballium/Makefile b/devel/liballium/Makefile index d20aeb50c53a..f58a05f5e5dc 100644 --- a/devel/liballium/Makefile +++ b/devel/liballium/Makefile @@ -25,6 +25,8 @@ PLIST_SUB+= PKGNAME=${PKGNAME} CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} -E -e "s@^(pkgconfigdir =) .*@\1 ${LOCALBASE}/libdata/pkgconfig@" \ ${WRKSRC}/Makefile.am |