diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-07 14:51:38 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-07 14:51:38 +0000 |
commit | 4e2653c19ad6d9bece6da50143e546d51602b37e (patch) | |
tree | 679bac8da7a4a79bd4015a455c83345349fb2e8e /cad/gwave | |
parent | 7dabeb8af6c9e794bd1a2a4c9ec7f93fd651c221 (diff) | |
download | ports-4e2653c19ad6d9bece6da50143e546d51602b37e.tar.gz ports-4e2653c19ad6d9bece6da50143e546d51602b37e.zip |
Notes
Diffstat (limited to 'cad/gwave')
-rw-r--r-- | cad/gwave/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cad/gwave/Makefile b/cad/gwave/Makefile index 8575660da7b5..46709b94579c 100644 --- a/cad/gwave/Makefile +++ b/cad/gwave/Makefile @@ -7,7 +7,7 @@ PORTNAME= gwave PORTVERSION= 20030804 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MASTER_SITES= http://www.cs.unc.edu/~tell/dist/ \ http://geda.seul.org/dist/ @@ -16,13 +16,11 @@ MAINTAINER= dmlb@dmlb.org COMMENT= Waveform viewer for analogue electronic simulation tools RUN_DEPENDS= graph:${PORTSDIR}/graphics/plotutils -LIB_DEPENDS= geda.18:${PORTSDIR}/cad/libgeda \ - guile.15:${PORTSDIR}/lang/guile \ +LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile \ guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk USE_AUTOCONF_VER= 253 USE_GNOME= gtk12 -#CONFIGURE_ARGS= --enable-gdgeda CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |