diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 04:46:36 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 04:46:36 +0000 |
commit | 0874a464094102ad4dc553e7db14969221c7cf95 (patch) | |
tree | 316c72268fa0edde5c158a669c6eb69de6eddfb6 /graphics/frontline | |
parent | 4ad2671dc72463274d5e8748d71f30fa4e94e254 (diff) |
Notes
Diffstat (limited to 'graphics/frontline')
-rw-r--r-- | graphics/frontline/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/frontline/Makefile b/graphics/frontline/Makefile index 71dd5cffb4c1..233f98c477b0 100644 --- a/graphics/frontline/Makefile +++ b/graphics/frontline/Makefile @@ -15,12 +15,11 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= An autotrace GUI FRONTend like streamLINE(TM) LIB_DEPENDS= autotrace.3:${PORTSDIR}/graphics/autotrace \ - art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 \ popt.0:${PORTSDIR}/devel/popt USE_GMAKE= yes USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack gnomelibs imlib +USE_GNOME= gnomeprefix gnomehack gnomelibs imlib libartlgpl2 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |