diff options
author | beech <beech@FreeBSD.org> | 2008-03-22 06:06:15 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-03-22 06:06:15 +0800 |
commit | 252a73d3af4d88362749d4b2d3d28add7e58d216 (patch) | |
tree | b657baf0501dbe98d82a682d2e35e3f1d465b54d /www/cssed | |
parent | cd9f50c891fd88230bb54a48fac7f1226b48fa32 (diff) | |
download | freebsd-ports-gnome-252a73d3af4d88362749d4b2d3d28add7e58d216.tar.gz freebsd-ports-gnome-252a73d3af4d88362749d4b2d3d28add7e58d216.tar.zst freebsd-ports-gnome-252a73d3af4d88362749d4b2d3d28add7e58d216.zip |
- Remove USE_X_PREFIX
- Use SF macro
- USE_XPM --> USE_XORG=xpm
- Bump portrevision
Diffstat (limited to 'www/cssed')
-rw-r--r-- | www/cssed/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/cssed/Makefile b/www/cssed/Makefile index ac145eec9997..b3887bf01523 100644 --- a/www/cssed/Makefile +++ b/www/cssed/Makefile @@ -8,15 +8,13 @@ PORTNAME= cssed PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= An application to help CSS style sheets creation and maintenance -USE_X_PREFIX= yes USE_GNOME= gnomehack gnometarget gtk20 libxml2 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |