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 /news | |
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 '')
-rw-r--r-- | news/PicMonger/Makefile | 1 | ||||
-rw-r--r-- | news/glitter/Makefile | 1 | ||||
-rw-r--r-- | news/pan/Makefile | 1 | ||||
-rw-r--r-- | news/pan2/Makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/news/PicMonger/Makefile b/news/PicMonger/Makefile index 356021e69989..c01937c8192e 100644 --- a/news/PicMonger/Makefile +++ b/news/PicMonger/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= mpack:${PORTSDIR}/converters/mpack USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOMENG= yes USE_GNOME= imlib GNU_CONFIGURE= yes diff --git a/news/glitter/Makefile b/news/glitter/Makefile index 5fc11dc1ae50..167336d71a4e 100644 --- a/news/glitter/Makefile +++ b/news/glitter/Makefile @@ -17,7 +17,6 @@ MAINTAINER= greg@gregnet.net COMMENT= A free GTK based binary downloader USE_X_PREFIX= yes -USE_GNOMENG= yes USE_GNOME= gnomeprefix gnomehack gnomelibs gtk12 GNU_CONFIGURE= yes USE_REINPLACE= yes diff --git a/news/pan/Makefile b/news/pan/Makefile index 3a24e3f0b6c3..ca8095687e96 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -22,7 +22,6 @@ COMMENT= Threaded GNOME newsreader based on Agent for Windows USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOMENG= yes USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ diff --git a/news/pan2/Makefile b/news/pan2/Makefile index 22586c54d3b8..bd2504872ab8 100644 --- a/news/pan2/Makefile +++ b/news/pan2/Makefile @@ -26,7 +26,6 @@ LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell2 \ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOMENG= yes USE_GNOME= gnomeprefix gnomehack USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ |