aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--misc/misterproper/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/misc/misterproper/Makefile b/misc/misterproper/Makefile
index eee01745da7a..722fcdf7c99d 100644
--- a/misc/misterproper/Makefile
+++ b/misc/misterproper/Makefile
@@ -16,17 +16,10 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A GNOME application designed to manage cyclic tasks
USE_X_PREFIX= yes
+USE_GNOME= gnomehack gnomelibs gnomeprefix gnometarget
USE_GMAKE= yes
-USE_GNOME= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-pre-patch:
- @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
- 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
- s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
-
.include <bsd.port.mk>