diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfce4-exo/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/x11/xfce4-exo/Makefile b/x11/xfce4-exo/Makefile index ccfad5ad7d9..439ad3f1f47 100644 --- a/x11/xfce4-exo/Makefile +++ b/x11/xfce4-exo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/07/14 12:56:19 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2008/07/18 14:20:56 obache Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -8,17 +8,12 @@ XFCE4_VERSION= 0.3.4 DISTNAME= exo-${XFCE4_VERSION} PKGNAME= xfce4-exo-${XFCE4_VERSION} +PKGREVISION= 1 CATEGORIES= x11 COMMENT= Xfce extension library DEPENDS+= p5-URI>=0:../../www/p5-URI -.if !empty(OPSYS:MNetBSD) -. if exists(/usr/include/mmintrin.h) -CFLAGS+= -msse -. endif -.endif - .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../x11/xfce4-mcs-plugins/buildlink3.mk" .include "../../lang/python/application.mk" |