aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks/xtu
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2008-07-07 19:06:45 +0800
committergahr <gahr@FreeBSD.org>2008-07-07 19:06:45 +0800
commit2b8c0786c9c261865c64ce31bb4d99f6a4587dd4 (patch)
treed25901661e17d1b859f8ef9cda938406e675c63c /x11-clocks/xtu
parentc08cad6fe8d7b51071453a7eec784a96ae0da998 (diff)
downloadfreebsd-ports-gnome-2b8c0786c9c261865c64ce31bb4d99f6a4587dd4.tar.gz
freebsd-ports-gnome-2b8c0786c9c261865c64ce31bb4d99f6a4587dd4.tar.zst
freebsd-ports-gnome-2b8c0786c9c261865c64ce31bb4d99f6a4587dd4.zip
- Disable imlib support, which does not work
- Bump PORTREVISION PR: 124855 Submitted by: Sam Sirlin <swsirlin@earthlink.net>
Diffstat (limited to 'x11-clocks/xtu')
-rw-r--r--x11-clocks/xtu/Makefile20
1 files changed, 5 insertions, 15 deletions
diff --git a/x11-clocks/xtu/Makefile b/x11-clocks/xtu/Makefile
index 04957d0f439a..8b75afb1e619 100644
--- a/x11-clocks/xtu/Makefile
+++ b/x11-clocks/xtu/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xtu
PORTVERSION= 1.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-clocks
MASTER_SITES= http://core.de/~coto/projects/xtu/
@@ -15,21 +15,11 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Transparent analog clock for X11
USE_IMAKE= yes
-WANT_GNOME= yes
-MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
-MAN1= xtu.1
-PLIST_FILES= bin/xtu
-
-.include <bsd.port.pre.mk>
-
-.if ${HAVE_GNOME:Mimlib}!=""
-USE_GNOME= imlib
-CPPFLAGS= -DUSE_IMLIB `${IMLIB_CONFIG} --cflags`
-LDFLAGS= `${IMLIB_CONFIG} --libs`
-.else
USE_XORG= x11 xpm xext
CPPFLAGS= -DUSE_XPM
LDFLAGS= -lXpm -lX11 -lXext
-.endif
+MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+MAN1= xtu.1
+PLIST_FILES= bin/xtu
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>