diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 11:46:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 11:46:54 +0000 |
commit | 4ad115ab4e7cbe42412a4185a32532ea7f4b9b86 (patch) | |
tree | 4d7c2d928bc64195e60de1e71fe1b58b1e0609b6 /java/sablevm | |
parent | 0f3d0b5eb8897f1c27b64a652519e71abd896216 (diff) | |
download | ports-4ad115ab4e7cbe42412a4185a32532ea7f4b9b86.tar.gz ports-4ad115ab4e7cbe42412a4185a32532ea7f4b9b86.zip |
Notes
Diffstat (limited to 'java/sablevm')
-rw-r--r-- | java/sablevm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sablevm/Makefile b/java/sablevm/Makefile index e8f853d3b580..c84e9b7e873c 100644 --- a/java/sablevm/Makefile +++ b/java/sablevm/Makefile @@ -22,7 +22,7 @@ USE_GETTEXT= yes USE_GMAKE= yes USE_ICONV= yes USE_LDCONFIG= yes -USE_PKGCONFIG= build +USES= pkgconfig CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |