diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-03-19 11:03:57 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-03-19 11:03:57 +0000 |
commit | 828e674b469b170e01b6f7b311917267449e78f4 (patch) | |
tree | c53cc47ef50c9f9f66354ca7913c683ff72a1fe5 /x11/gnome-applets/Makefile | |
parent | Replace bsd.port.post.mk with bsd.port.mk. (diff) |
balsa: add back pre.mk and post.mk seem to fix the failure
gnome-applets: move the pre.mk up to include the ARCH test.
Submitted by: freshports sanity check
Notes
Notes:
svn path=/head/; revision=314634
Diffstat (limited to 'x11/gnome-applets/Makefile')
-rw-r--r-- | x11/gnome-applets/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index 534a88ddbd08..b31397639bd5 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -30,6 +30,7 @@ INSTALLS_ICONS= yes USE_LDCONFIG= yes USES= pathfix USE_GNOME= gnomeprefix intlhack gnomepanel gnomedocutils libgnomekbd +WANT_GNOME= yes USE_GSTREAMER= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-mixer-applet \ @@ -59,6 +60,8 @@ PLIST_SUB+= COMMANDER="" OLDCOMMANDER="@comment " PLIST_SUB+= COMMANDER="@comment " OLDCOMMANDER="" .endif +.include <bsd.port.pre.mk> + .if ( exists(${pygnomedesktop_DETECT}) ) || \ ( ( ${HAVE_GNOME:Mpygnomedesktop}!="" ) && ${ARCH}!="sparc64" ) USE_PYTHON= yes @@ -69,8 +72,6 @@ PLIST_SUB+= PYTHON="" PLIST_SUB+= PYTHON="@comment " .endif -.include <bsd.port.pre.mk> - .if ${ARCH} != "i386" && ${ARCH} != "amd64" CFLAGS+= -fPIC PLIST_SUB= BATTERY="@comment " |