diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/eboxy/Makefile | 16 | ||||
-rw-r--r-- | devel/eboxy/distinfo | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/devel/eboxy/Makefile b/devel/eboxy/Makefile index 12e8b8025c18..24b9a23e6e28 100644 --- a/devel/eboxy/Makefile +++ b/devel/eboxy/Makefile @@ -7,7 +7,7 @@ # PORTNAME= eboxy -PORTVERSION= 0.3.5 +PORTVERSION= 0.3.6 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.bluelightning.org/ebox/files/eboxy/ @@ -17,14 +17,14 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Create simple GUI interfaces for entertainment PC BUILD_DEPENDS= ${LOCALBASE}/lib/libSDL_gui.so:${PORTSDIR}/x11-toolkits/sdl_gui -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ - SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \ - SDL_image.10:${PORTSDIR}/graphics/sdl_image \ - xml2.5:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS= SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \ + SDL_image.10:${PORTSDIR}/graphics/sdl_image RUN_DEPENDS= ${LOCALBASE}/lib/libSDL_gui.so:${PORTSDIR}/x11-toolkits/sdl_gui SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config +USE_GNOME= libxml2 +USE_GETOPT_LONG= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} @@ -35,10 +35,10 @@ CONFIGURE_ARGS= --disable-lirc MAN1= eboxy.1 CPPFLAGS= `${SDL_CONFIG} --cflags` -I${LOCALBASE}/include -LDFLAGS= `${SDL_CONFIG} --libs` -L${LOCALBASE}/lib -lgnugetopt +LDFLAGS= `${SDL_CONFIG} --libs` -L${LOCALBASE}/lib post-patch: - @${GREP} -lR "malloc.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \ - -e "s|malloc.h|stdlib.h|g" + @${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ + 's|malloc\.h|stdlib.h|g' .include <bsd.port.mk> diff --git a/devel/eboxy/distinfo b/devel/eboxy/distinfo index aece62998cd1..e5e1b4fdc636 100644 --- a/devel/eboxy/distinfo +++ b/devel/eboxy/distinfo @@ -1 +1 @@ -MD5 (eboxy-0.3.5.tar.gz) = b52ff4afe5a62eba51e9573aa590ad89 +MD5 (eboxy-0.3.6.tar.gz) = d470b02fe85c1cd607a312d52de5ea39 |