diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-08-21 16:40:12 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-08-21 16:40:12 +0000 |
commit | 097a5e83bdd9c087caa53a68ede1d5a93e635b7f (patch) | |
tree | 269a0c869f3ff73a81c5504fd788d8278693c2c2 /deskutils | |
parent | Fix security issues. (diff) |
o Install in ${X11BASE} instead of ${LOCALBASE} so GNOME panel finds the
application files.
o Change dependencies to gnomecore instead of gnomelibs to get rid of the
'extra' failures.
Submitted by: ade
Notes
Notes:
svn path=/head/; revision=31824
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/yank/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/deskutils/yank/Makefile b/deskutils/yank/Makefile index d0f9474171b5..b17b8dc4f29f 100644 --- a/deskutils/yank/Makefile +++ b/deskutils/yank/Makefile @@ -12,14 +12,13 @@ MASTER_SITES= http://home.ins.de/~m.hussmann/software/yank/ MAINTAINER= jedgar@FreeBSD.org -LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ - xml.5:${PORTSDIR}/textproc/libxml +LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_BZIP2= yes -USE_XLIB= yes +USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |