diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/peacock/Makefile | 1 | ||||
-rw-r--r-- | www/ump/Makefile | 5 |
2 files changed, 2 insertions, 4 deletions
diff --git a/www/peacock/Makefile b/www/peacock/Makefile index 3aea44850626..771766fb05df 100644 --- a/www/peacock/Makefile +++ b/www/peacock/Makefile @@ -18,7 +18,6 @@ COMMENT= A GUI-based HTML Editor for GTK+/GNOME LIB_DEPENDS= gtkhtml-3.8.15:${PORTSDIR}/www/gtkhtml38 USE_GMAKE= yes -USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack libgnomeui gtksourceview GNU_CONFIGURE= yes diff --git a/www/ump/Makefile b/www/ump/Makefile index 566a9f960fd5..33b4d63ace2b 100644 --- a/www/ump/Makefile +++ b/www/ump/Makefile @@ -7,7 +7,7 @@ PORTNAME= ump PORTVERSION= 1.10 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:timidity/} \ http://www.geocities.com/SiliconValley/Lab/2826/1-10/:ump \ @@ -40,8 +40,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-ump --with-default-path=${LOCALBASE}/share/timidity CONFIGURE_ENV= LDFLAGS=-export-dynamic USE_GMAKE= yes -USE_XLIB= yes -USE_XPM= yes +USE_XORG= xpm xmu WANT_GNOME= yes # CONFIGURE_ARGS+= --enable-motif EXTRA_PATCHES= ${PORTSDIR}/audio/timidity++/files/* |