diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-11 18:20:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-11 18:20:49 +0800 |
commit | 727a5b06821c304d64bd8b8f435231abc0ee79c7 (patch) | |
tree | 22879de2a04f8b83ac0bd6d9e690c7562d5bbd08 /x11 | |
parent | 0a39f639edf03290889764621a321a89bd1a617d (diff) | |
download | freebsd-ports-gnome-727a5b06821c304d64bd8b8f435231abc0ee79c7.tar.gz freebsd-ports-gnome-727a5b06821c304d64bd8b8f435231abc0ee79c7.tar.zst freebsd-ports-gnome-727a5b06821c304d64bd8b8f435231abc0ee79c7.zip |
Support stage
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-swallow/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/gnome-swallow/Makefile b/x11/gnome-swallow/Makefile index 1710842cd06b..3432a787a0f2 100644 --- a/x11/gnome-swallow/Makefile +++ b/x11/gnome-swallow/Makefile @@ -11,14 +11,13 @@ MAINTAINER= marcus@FreeBSD.org COMMENT= Applet that swallows any X11 application into the GNOME 2 panel USE_XORG= x11 -USES= gmake pkgconfig -USE_GNOME= gnomeprefix gnomehack gnomepanel libgnomeui +USES= gmake pathfix pkgconfig +USE_GNOME= gnomeprefix gnomepanel libgnomeui GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="`pkg-config --libs libgnomeui-2.0`" CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0` LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure |