diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2007-02-15 16:11:28 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2007-02-15 16:11:28 +0000 |
commit | 2ae1b5df451d8fffb134e3203fb49a31b2f27c90 (patch) | |
tree | 4cafa52563555b427cd1aa161f39d8bdf11e2dfe /astro | |
parent | 2314d828203ca795cdfd45a95f327571b131dbaf (diff) | |
download | ports-2ae1b5df451d8fffb134e3203fb49a31b2f27c90.tar.gz ports-2ae1b5df451d8fffb134e3203fb49a31b2f27c90.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/nova/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/nova/Makefile b/astro/nova/Makefile index 2667ec54eb57..886440e4e57f 100644 --- a/astro/nova/Makefile +++ b/astro/nova/Makefile @@ -8,7 +8,7 @@ PORTNAME= nova PORTVERSION= 0.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= astro MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,7 +24,7 @@ LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \ gnomecanvasmm-2.0.1:${PORTSDIR}/graphics/libgnomecanvasmm \ gnomeuimm-2.0.1:${PORTSDIR}/x11-toolkits/libgnomeuimm \ xml\\+\\+-1.0.1:${PORTSDIR}/textproc/libxml++ \ - nova-0.12.0:${PORTSDIR}/astro/libnova + nova:${PORTSDIR}/astro/libnova RUN_DEPENDS= ${LOCALBASE}/share/nova/catalogs/sky2000.ncd:${PORTSDIR}/astro/sky2000 USE_AUTOTOOLS= libtool:15 |