diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-22 23:25:56 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-22 23:25:56 +0000 |
commit | f2c8caf07e494e2234cf061d5b12ad559674038d (patch) | |
tree | e4d857a9560c09a275f4ec3a13f63b2a7f21e001 /x11/gnomeapplets | |
parent | b165935643064d46f9bce40abdc6b574de18f2ec (diff) | |
download | ports-f2c8caf07e494e2234cf061d5b12ad559674038d.tar.gz ports-f2c8caf07e494e2234cf061d5b12ad559674038d.zip |
Notes
Diffstat (limited to 'x11/gnomeapplets')
-rw-r--r-- | x11/gnomeapplets/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/x11/gnomeapplets/Makefile b/x11/gnomeapplets/Makefile index 652a35e66521..c33fe720e2da 100644 --- a/x11/gnomeapplets/Makefile +++ b/x11/gnomeapplets/Makefile @@ -17,15 +17,6 @@ MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" -EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile.in -PLIST_SUB= BATTERY="@comment " -.else -PLIST_SUB= BATTERY="" -.endif - USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= yes @@ -43,6 +34,15 @@ MAN1= another_clock_applet.1 asclock_applet.1 battery_applet.1 \ quicklaunch_applet.1 slash_applet.1 sound-monitor_applet.1 \ tickastat_applet.1 webcontrol_applet.1 whereami_applet.1 +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile.in +PLIST_SUB= BATTERY="@comment " +.else +PLIST_SUB= BATTERY="" +.endif + pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure |