diff options
-rw-r--r-- | devel/flatzebra/Makefile | 4 | ||||
-rw-r--r-- | security/libp11/Makefile | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/flatzebra/Makefile b/devel/flatzebra/Makefile index b796e4ac7604..7c0584c516e5 100644 --- a/devel/flatzebra/Makefile +++ b/devel/flatzebra/Makefile @@ -3,12 +3,12 @@ PORTNAME= flatzebra PORTVERSION= 0.1.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel games MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/ MAINTAINER= edwin@mavetju.org -COMMENT= A generic game engine for 2D double-buffering animation +COMMENT= Generic game engine for 2D double-buffering animation GNU_CONFIGURE= yes CONFIGURE_ARGS= --includedir=${PREFIX}/include diff --git a/security/libp11/Makefile b/security/libp11/Makefile index 80eb0bb6254d..b1260369a844 100644 --- a/security/libp11/Makefile +++ b/security/libp11/Makefile @@ -3,6 +3,7 @@ PORTNAME= libp11 PORTVERSION= 0.2.8 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= SF/opensc/${PORTNAME} |