diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-19 11:19:01 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-19 11:19:01 +0000 |
commit | 19cd7328ddc675f6745288acfbbc867502418070 (patch) | |
tree | 952272cc503d631b0239ec3e74207d949f3cade8 /deskutils/gnome-pim | |
parent | 260688534ea9c0956b79128990e66845551f6567 (diff) | |
download | ports-19cd7328ddc675f6745288acfbbc867502418070.tar.gz ports-19cd7328ddc675f6745288acfbbc867502418070.zip |
Notes
Diffstat (limited to 'deskutils/gnome-pim')
-rw-r--r-- | deskutils/gnome-pim/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/gnome-pim/Makefile b/deskutils/gnome-pim/Makefile index 2cb7f5baa7b5..386e1713288a 100644 --- a/deskutils/gnome-pim/Makefile +++ b/deskutils/gnome-pim/Makefile @@ -21,6 +21,7 @@ RUN_DEPENDS= ${X11BASE}/lib/gnome-pilot/conduits/libemail_conduit.so:${PORTSDIR} .endif USE_X_PREFIX= yes +USE_BISON= yes USE_GMAKE= yes USE_GNOME= yes USE_LIBTOOL= yes @@ -30,6 +31,7 @@ LIBS= -L${LOCALBASE}/lib .if defined(WITHOUT_PILOT) CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest .else +CONFIGURE_ARGS= --with-pisock=${LOCALBASE}/pilot CPPFLAGS+= -I${LOCALBASE}/pilot/include LIBS+= -L${LOCALBASE}/pilot/lib .endif |