diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-20 19:54:55 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-20 19:54:55 +0000 |
commit | b33eaf3276a1b3944a78b0f8a415b60f394d7ee3 (patch) | |
tree | 4ac7c8cf8f233ed090d1c1acd618e4c3bd61bdc6 /x11-clocks | |
parent | Deal with the msgsnd() API change in FreeBSD 5.x. (diff) |
Remove USE_GNOMENG.
Notes
Notes:
svn path=/head/; revision=79368
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/asclock-gtk/Makefile | 1 | ||||
-rw-r--r-- | x11-clocks/washerdryer/Makefile | 1 | ||||
-rw-r--r-- | x11-clocks/wmclockmon/Makefile | 1 | ||||
-rw-r--r-- | x11-clocks/wmfishtime/Makefile | 1 | ||||
-rw-r--r-- | x11-clocks/wmtimer/Makefile | 1 | ||||
-rw-r--r-- | x11-clocks/xmms-alarm/Makefile | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/x11-clocks/asclock-gtk/Makefile b/x11-clocks/asclock-gtk/Makefile index 0378570ba31c..d6dc01ee7c7f 100644 --- a/x11-clocks/asclock-gtk/Makefile +++ b/x11-clocks/asclock-gtk/Makefile @@ -19,7 +19,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= asclock USE_X_PREFIX= yes -USE_GNOMENG= yes USE_GNOME= gtk12 HAS_CONFIGURE= yes diff --git a/x11-clocks/washerdryer/Makefile b/x11-clocks/washerdryer/Makefile index f6eddf22c692..1bbfdfb62e50 100644 --- a/x11-clocks/washerdryer/Makefile +++ b/x11-clocks/washerdryer/Makefile @@ -18,7 +18,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/washerDryer USE_X_PREFIX= yes USE_GMAKE= yes USE_BZIP2= yes -USE_GNOMENG= yes USE_GNOME= gtk12 USE_XPM= yes diff --git a/x11-clocks/wmclockmon/Makefile b/x11-clocks/wmclockmon/Makefile index bbf97674aff0..4c46d9d434e1 100644 --- a/x11-clocks/wmclockmon/Makefile +++ b/x11-clocks/wmclockmon/Makefile @@ -15,7 +15,6 @@ COMMENT= A digital clock dockapp with a similar look to wmcpuload USE_X_PREFIX= yes USE_XPM= yes -USE_GNOMENG= yes USE_GNOME= gtk12 USE_REINPLACE= yes GNU_CONFIGURE= yes diff --git a/x11-clocks/wmfishtime/Makefile b/x11-clocks/wmfishtime/Makefile index a93ac7669405..2ddced265c7b 100644 --- a/x11-clocks/wmfishtime/Makefile +++ b/x11-clocks/wmfishtime/Makefile @@ -16,7 +16,6 @@ COMMENT= A time/date applet for WindowMaker with fishes swimming around LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt -USE_GNOMENG= yes USE_GNOME= gtk12 USE_X_PREFIX= yes diff --git a/x11-clocks/wmtimer/Makefile b/x11-clocks/wmtimer/Makefile index 4f215fc26a74..4ec81e971b88 100644 --- a/x11-clocks/wmtimer/Makefile +++ b/x11-clocks/wmtimer/Makefile @@ -17,7 +17,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/wmtimer USE_GMAKE= yes USE_X_PREFIX= yes USE_XPM= yes -USE_GNOMENG= yes USE_GNOME= gtk12 MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" diff --git a/x11-clocks/xmms-alarm/Makefile b/x11-clocks/xmms-alarm/Makefile index da7316aeeefa..27fa952ad182 100644 --- a/x11-clocks/xmms-alarm/Makefile +++ b/x11-clocks/xmms-alarm/Makefile @@ -18,7 +18,6 @@ BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms USE_X_PREFIX= yes -USE_GNOMENG= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes |