aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2001-06-01 06:53:13 +0800
committerade <ade@FreeBSD.org>2001-06-01 06:53:13 +0800
commitd87ee59c6f5a7f3fb741d46c0b7923d2692ccdbf (patch)
treea9f84dfec00bd80a74a8c69ddeb889d2153a111b /deskutils
parent8b56a3eff8562cbd31d054bd1fe43e8758b77dcb (diff)
downloadfreebsd-ports-gnome-d87ee59c6f5a7f3fb741d46c0b7923d2692ccdbf.tar.gz
freebsd-ports-gnome-d87ee59c6f5a7f3fb741d46c0b7923d2692ccdbf.tar.zst
freebsd-ports-gnome-d87ee59c6f5a7f3fb741d46c0b7923d2692ccdbf.zip
Replace explicit build dependency on automake with USE_AUTOMAKE knob
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/bitnotes/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/bitnotes/Makefile b/deskutils/bitnotes/Makefile
index c5ec666d21b2..961bf79facec 100644
--- a/deskutils/bitnotes/Makefile
+++ b/deskutils/bitnotes/Makefile
@@ -14,12 +14,11 @@ EXTRACT_SUFX= .tgz
MAINTAINER= sobomax@FreeBSD.org
-BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake
-
WRKSRC= ${WRKDIR}/BitNotes
USE_X_PREFIX= yes
USE_AUTOCONF= yes
+USE_AUTOMAKE= yes
USE_GMAKE= yes
USE_GNOME= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
r>* Utility function to build a bool as part of an expression string.Not Zed2000-05-313-0/+52 * Added e_canvas_item_show_area which makes sure that a particular area of aChristopher James Lahey2000-05-313-0/+38 * Flush - FedericoFederico Mena Quintero2000-05-302-88/+43 * Moved over from event-editor-utils.c. (e_dialog_editable_get): Likewise.Federico Mena Quintero2000-05-283-13/+274 * Removed.Christopher James Lahey2000-05-253-272/+4 * Added widgets/e-paned/Makefile.Christopher James Lahey2000-05-251-2/+0 * Commit for if my laptop dies - FedericoFederico Mena Quintero2000-05-242-5/+219 * Added e_write_file.Christopher James Lahey2000-05-235-0/+58 * New files with utilities for hooking up widgets in Glade-generatedFederico Mena Quintero2000-05-204-22/+362 * Added e_container_foreach_leaf.Christopher James Lahey2000-05-193-1/+34 * Add imagesdir support.Christopher James Lahey2000-05-194-0/+59 * xmlGetProp appears to return malloced memory. Thus we must free it.Christopher James Lahey2000-05-163-8/+19 * Fixed some memory leaks.Christopher James Lahey2000-05-161-0/+2 * Utility function to free a GList of strings.Ettore Perazzoli2000-05-165-10/+40 * Added e_strdup_strip which returns a copy of the string with the leadingChristopher James Lahey2000-05-145-0/+45 * Destroy the g_scanner when cleaning up. (e_sexp_finalise): Free symbolNotZed2000-05-122-0/+17 * Removed dist-hook section.Christopher James Lahey2000-05-101-0/+2 * Remove reflow idle when being destroyed.Christopher James Lahey2000-05-09