Advertisement
gusibsd

Untitled

Oct 14th, 2013
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. diff --git a/ports/deskutils/alacarte3/Makefile b/ports/deskutils/alacarte3/Makefile
  2. index 8d400e6..f7930ba 100644
  3. --- a/ports/deskutils/alacarte3/Makefile
  4. +++ b/ports/deskutils/alacarte3/Makefile
  5. @@ -2,24 +2,16 @@
  6. # $FreeBSD$
  7. # $Pkgdemon: gnome3/ports/deskutils/alacarte3/Makefile 2013-10-14 pkgdemon $
  8.  
  9. -PORTNAME= alacarte
  10. -PORTVERSION= 3.6.1
  11. -CATEGORIES= x11 gnome
  12. -MASTER_SITES= GNOME
  13. -DIST_SUBDIR= gnome3
  14. +PORTNAME= alacarte
  15. +PORTVERSION= 3.6.1
  16. +CATEGORIES= x11 gnome
  17. +MASTER_SITES= GNOME
  18. +DIST_SUBDIR= gnome3
  19.  
  20. -COMMENT= Gnome 3 version of Alacarte
  21. -
  22. -COMMENT= fd.o menu editor for GNOME
  23. -
  24. -BUILD_DEPENDS= pygobject3:${PORTSDIR}/devel/py-gobject3 \
  25. - gnome-menus3:${PORTSDIR}/x11/gnome-menus3
  26. -
  27. -RUN_DEPENDS= pygobject3:${PORTSDIR}/devel/py-gobject3 \
  28. - gnome-menus3::${PORTSDIR}/x11/gnome-menus
  29. +COMMENT= Freedesktop compliant menu editor for GNOME
  30.  
  31. USE_XZ= yes
  32. -USE_GNOME= gnomeprefix intlhack
  33. +USE_GNOME= gnomemenus3 gnomeprefix intlhack pygobject3
  34. USES= gettext gmake pkgconfig
  35. USE_PYTHON= yes
  36. INSTALLS_ICONS= yes
  37. @@ -27,5 +19,4 @@ GNU_CONFIGURE= yes
  38. CPPFLAGS+= -I${LOCALBASE}/include
  39. LDFLAGS+= -L${LOCALBASE}/lib
  40.  
  41. -
  42. .include <bsd.port.mk>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement