diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-19 02:40:33 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-19 02:40:33 +0800 |
commit | 97e1f822f2b0dd15fdfc1dcd930a2d9365015f3a (patch) | |
tree | 94439943ef6742ac31786671d3c1e64411a2c8c5 /graphics | |
parent | 5353c691e1792623d0486b4773884ea5b7228877 (diff) | |
download | freebsd-ports-gnome-97e1f822f2b0dd15fdfc1dcd930a2d9365015f3a.tar.gz freebsd-ports-gnome-97e1f822f2b0dd15fdfc1dcd930a2d9365015f3a.tar.zst freebsd-ports-gnome-97e1f822f2b0dd15fdfc1dcd930a2d9365015f3a.zip |
Add missing dependency on libpopt.
Submitted by: bento
Diffstat (limited to 'graphics')
-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 |