diff options
author | krion <krion@FreeBSD.org> | 2004-11-30 17:25:32 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-11-30 17:25:32 +0000 |
commit | ea188ee140b2f19f13e38b1eec5f1227f6a5d4d7 (patch) | |
tree | 3e40169fd03d9a1c0121abc0c148fdc1fd2da053 /cad/oregano | |
parent | c363ed9692a75090ac8f7d9f671bf44d97313cd0 (diff) | |
download | FreeBSD-ports-ea188ee140b2f19f13e38b1eec5f1227f6a5d4d7.zip FreeBSD-ports-ea188ee140b2f19f13e38b1eec5f1227f6a5d4d7.tar.gz |
Add missing dependency.
Reported by: pointyhat
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 febaa14..30f63ab 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" \ |