diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-18 18:40:33 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-18 18:40:33 +0000 |
commit | cc6afa0a4f7b151a60f0fe691a1d459fce858f44 (patch) | |
tree | 01002e56179b7cdac5533bc81cffe44eda11623f /graphics/frontline | |
parent | b01db863f0960598608dbebb7b12b3ea089a8621 (diff) | |
download | ports-cc6afa0a4f7b151a60f0fe691a1d459fce858f44.tar.gz ports-cc6afa0a4f7b151a60f0fe691a1d459fce858f44.zip |
Notes
Diffstat (limited to 'graphics/frontline')
-rw-r--r-- | graphics/frontline/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/frontline/Makefile b/graphics/frontline/Makefile index 82c2d05a2ef9..3e59750deb65 100644 --- a/graphics/frontline/Makefile +++ b/graphics/frontline/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= http://autotrace.sourceforge.net/frontline/ MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= autotrace.1:${PORTSDIR}/graphics/autotrace \ - art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 + art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 \ + popt.0:${PORTSDIR}/devel/popt USE_GMAKE= yes USE_X_PREFIX= yes |