diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
commit | 29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch) | |
tree | 1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /x11-themes/cursor-bluecurve-theme/Makefile | |
parent | 7aad84f808b93baa6a7077ce0b47573b9c4c79a0 (diff) |
Notes
Diffstat (limited to 'x11-themes/cursor-bluecurve-theme/Makefile')
-rw-r--r-- | x11-themes/cursor-bluecurve-theme/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-themes/cursor-bluecurve-theme/Makefile b/x11-themes/cursor-bluecurve-theme/Makefile index 9c355e0299d3..4a63b7e927e3 100644 --- a/x11-themes/cursor-bluecurve-theme/Makefile +++ b/x11-themes/cursor-bluecurve-theme/Makefile @@ -6,14 +6,17 @@ # PORTNAME= cursor-bluecurve-theme +PORTREVISION= 2 COMMENT= The Bluecurve X cursor themes # we only need gdk-pixbuf for building cursorthemegen, so do not USE_GNOME -BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/gdk-pixbuf-2.0.pc:${PORTSDIR}/x11-toolkits/gtk20 +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gdk-pixbuf-2.0.pc:${PORTSDIR}/x11-toolkits/gtk20 MASTERDIR= ${.CURDIR}/../bluecurve-themes +PREFIX= ${X11BASE} + THEMES= Bluecurve Bluecurve-inverse .for t in ${THEMES} |