aboutsummaryrefslogtreecommitdiff
path: root/misc/misterproper
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-08-01 18:24:48 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-08-01 18:24:48 +0000
commita64425a9415c856ad9c4af720a616e07ba483aac (patch)
treec78392fd47cba7a575e0cfe57d3861f277d8946e /misc/misterproper
parent4263e5282f25fc0fccccf29b47d98962486a4cb0 (diff)
downloadports-a64425a9415c856ad9c4af720a616e07ba483aac.tar.gz
ports-a64425a9415c856ad9c4af720a616e07ba483aac.zip
- Rearrange USE_GNOME
PR: 55154 Submitted by: Ports Fury Approved by: fjoe (mentor) (implicit)
Notes
Notes: svn path=/head/; revision=86138
Diffstat (limited to 'misc/misterproper')
-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>