diff options
Diffstat (limited to 'biology/arka')
-rw-r--r-- | biology/arka/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/biology/arka/Makefile b/biology/arka/Makefile index c50ed7679ca..85b645e6063 100644 --- a/biology/arka/Makefile +++ b/biology/arka/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2011/04/22 13:43:02 obache Exp $ +# $NetBSD: Makefile,v 1.13 2012/09/11 20:32:10 asau Exp $ # DISTNAME= arka-0.11 @@ -13,9 +13,6 @@ COMMENT= Graphic interface for the programs from the GP package DEPENDS+= gp-[0-9]*:../../biology/gp -PKG_DESTDIR_SUPPORT= user-destdir - - CONF_FILES= ${PREFIX}/share/examples/arka/arkarc ${PKG_SYSCONFDIR}/arkarc CPPFLAGS+= -DARKA_GLOBAL=\"${PKG_SYSCONFDIR}/arkarc\" CPPFLAGS+= -DARKA_PROGRAMS=\"${PKG_SYSCONFDIR}/arkarc\" |