diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-11-30 17:25:32 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-11-30 17:25:32 +0000 |
commit | 7515dca7154fb52b59427312c4c357a9f477aada (patch) | |
tree | f3352d718ae225930f6d373cda7c784da1ff08fa /cad/oregano | |
parent | af3b9ce0d818f432818707888ede7bc7250889f8 (diff) | |
download | ports-7515dca7154fb52b59427312c4c357a9f477aada.tar.gz ports-7515dca7154fb52b59427312c4c357a9f477aada.zip |
Add missing dependency.
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=122830
Diffstat (limited to 'cad/oregano')
-rw-r--r-- | cad/oregano/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/oregano/Makefile b/cad/oregano/Makefile index febaa143eac6..30f63abc9e31 100644 --- a/cad/oregano/Makefile +++ b/cad/oregano/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= cairo.1:${PORTSDIR}/graphics/cairo USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gtksourceview intlhack libglade2 \ - libgnomeprintui + libgnomeui libgnomeprintui USE_GMAKE= yes USE_LIBTOOL_VER= 15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |