diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-28 01:27:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-28 01:27:25 +0000 |
commit | 313ab95b42034defc0918867a5c039d6c49ecdf7 (patch) | |
tree | cd55a3d5d8406a39deb4e712212a5267481e0423 /devel/lbpp/Makefile | |
parent | 8e9366c679c9b9dd38bace93bddb5790972bbfb7 (diff) |
Notes
Diffstat (limited to 'devel/lbpp/Makefile')
-rw-r--r-- | devel/lbpp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/lbpp/Makefile b/devel/lbpp/Makefile index f13024e9ced9..8d31142965a7 100644 --- a/devel/lbpp/Makefile +++ b/devel/lbpp/Makefile @@ -17,7 +17,8 @@ MAINTAINER= ports@FreeBSD.org USE_REINPLACE= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomelibs post-patch: @${GREP} -lR "malloc.h" ${WRKSRC} | ${XARGS} \ |