diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/decurs/Makefile | 8 | ||||
-rw-r--r-- | x11/gmrun/Makefile | 10 | ||||
-rw-r--r-- | x11/rxvt-devel/Makefile | 12 |
3 files changed, 15 insertions, 15 deletions
diff --git a/x11/decurs/Makefile b/x11/decurs/Makefile index 5e2cbf9..6b324ad 100644 --- a/x11/decurs/Makefile +++ b/x11/decurs/Makefile @@ -16,16 +16,16 @@ COMMENT= A GTK+ based program that lets you edit you XFree86 mouse cursors LIB_DEPENDS= gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- +USE_X_PREFIX= yes +USE_GNOME= gtk12 +GNU_CONFIGURE= yes + .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500113 BROKEN= "Does not compile (bad C++ code)" .endif -USE_X_PREFIX= yes -USE_GNOME= gtk12 -GNU_CONFIGURE= yes - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/decurs ${X11BASE}/bin/decurs-real @${MKDIR} ${DATADIR} diff --git a/x11/gmrun/Makefile b/x11/gmrun/Makefile index 2aff5bc..4421925 100644 --- a/x11/gmrun/Makefile +++ b/x11/gmrun/Makefile @@ -16,17 +16,17 @@ COMMENT= A customizable program to run programs, with tab-completion BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack gtk12 glib12 + .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500113 BROKEN= "Does not compile (bad C++ code)" .endif -USE_X_PREFIX= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gtk12 glib12 - post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|PACKAGE_DATA_DIR\"|\"${PREFIX}/etc|' ${WRKSRC}/src/prefs.cc diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile index 773b224..c2315a8 100644 --- a/x11/rxvt-devel/Makefile +++ b/x11/rxvt-devel/Makefile @@ -24,12 +24,6 @@ COMMENT= A low memory usage xterm replacement that supports color BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile" -.endif - USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes @@ -101,6 +95,12 @@ CONFIGURE_ARGS+= --enable-xim CONFIGURE_ARGS+= --enable-xterm-scroll .endif # WITH_XTERM_SCROLLBAR +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + pre-everything:: @${ECHO_MSG} @${ECHO_MSG} "You may use the following build options:" |