aboutsummaryrefslogtreecommitdiffstats
path: root/editors/glimmer
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-07-18 15:47:37 +0800
committersobomax <sobomax@FreeBSD.org>2002-07-18 15:47:37 +0800
commit8d8544b97f41257e5d4696f42dec0a07f6e1fa90 (patch)
tree393d48b6699ccd6acd3002b7cfc7edd805726f62 /editors/glimmer
parentf4f77ff9f6cc8f94a0af57efbf73729117c13028 (diff)
downloadfreebsd-ports-gnome-8d8544b97f41257e5d4696f42dec0a07f6e1fa90.tar.gz
freebsd-ports-gnome-8d8544b97f41257e5d4696f42dec0a07f6e1fa90.tar.zst
freebsd-ports-gnome-8d8544b97f41257e5d4696f42dec0a07f6e1fa90.zip
Use USE_GNOMENG.
Diffstat (limited to 'editors/glimmer')
-rw-r--r--editors/glimmer/Makefile8
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>