diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-07 14:52:40 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-07 14:52:40 +0000 |
commit | a9332e619d7477463de1d8ddeee6af0b202c4ba5 (patch) | |
tree | 95539417687bfd763c27596280728364f344274c /graphics/libgdgeda/Makefile | |
parent | 4e2653c19ad6d9bece6da50143e546d51602b37e (diff) | |
download | ports-a9332e619d7477463de1d8ddeee6af0b202c4ba5.tar.gz ports-a9332e619d7477463de1d8ddeee6af0b202c4ba5.zip |
- Update gEDA suite to 20040111 version
PR: ports/62549
Submitted by: bruno <bruno@mail.tinkerbox.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=103201
Diffstat (limited to 'graphics/libgdgeda/Makefile')
-rw-r--r-- | graphics/libgdgeda/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/libgdgeda/Makefile b/graphics/libgdgeda/Makefile index e4765bc3f4f5..b96345ea8307 100644 --- a/graphics/libgdgeda/Makefile +++ b/graphics/libgdgeda/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libgdgeda -PORTVERSION= 2.0.9 +PORTVERSION= 2.0.15 CATEGORIES= graphics cad MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/dist/ \ http://www.geda.seul.org/devel/support/ \ @@ -17,6 +17,8 @@ COMMENT= Special version of the gd graphic lib for use by gEDA programs LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png +USE_GMAKE= yes +USE_GNOME= pkgconfig gnomehack USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |