diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-19 11:19:01 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-19 11:19:01 +0000 |
commit | 8e0728a267f05a6d2f5c7ae1bbf164b53b6816a0 (patch) | |
tree | e90d531a17619d26c1e596585104f0661512e14e /deskutils | |
parent | ca70d62ddba66290ea8416cf6da9b69b5ce91560 (diff) | |
download | FreeBSD-ports-8e0728a267f05a6d2f5c7ae1bbf164b53b6816a0.zip FreeBSD-ports-8e0728a267f05a6d2f5c7ae1bbf164b53b6816a0.tar.gz |
Add USE_BISON, because port having problems building itself using byacc.
Submitted by: bento
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gnome-pim/Makefile | 2 | ||||
-rw-r--r-- | deskutils/gnomepim/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/deskutils/gnome-pim/Makefile b/deskutils/gnome-pim/Makefile index 2cb7f5b..386e171 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 diff --git a/deskutils/gnomepim/Makefile b/deskutils/gnomepim/Makefile index 2cb7f5b..386e171 100644 --- a/deskutils/gnomepim/Makefile +++ b/deskutils/gnomepim/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 |