diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-18 07:47:37 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-18 07:47:37 +0000 |
commit | 7a9e2aab56ef7ccdf91d33b5939dd6be36c8291c (patch) | |
tree | 1d90439d1ba01431bf84838e188d16e8943a147e | |
parent | 5f6e596f1ce01db7c16240c99ac3e024b3b1dc73 (diff) | |
download | ports-7a9e2aab56ef7ccdf91d33b5939dd6be36c8291c.tar.gz ports-7a9e2aab56ef7ccdf91d33b5939dd6be36c8291c.zip |
Notes
-rw-r--r-- | editors/glimmer/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/editors/glimmer/Makefile b/editors/glimmer/Makefile index c4b7e31ae5f1..ebddaa3adcba 100644 --- a/editors/glimmer/Makefile +++ b/editors/glimmer/Makefile @@ -22,7 +22,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes USE_PYTHON= yes USE_GMAKE= yes -USE_GNOME= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack gnomelibs gnomeprint gnomevfs USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-regex @@ -34,12 +35,9 @@ PYTHON_LIBS= -lssl -lcrypto .endif PYTHON_LIBS+= -lutil -lreadline -lcrypt -lpython -pre-patch: +post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|-lpython|${PYTHON_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in*" | xargs ${REINPLACE_CMD} -e \ - 's|[(]datadir[)]/gnome/|(datadir)/|g ; \ - s|[(]datadir[)]/locale|(prefix)/share/locale|g' .include <bsd.port.mk> |