diff options
author | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2006-11-25 10:03:45 +0000 |
---|---|---|
committer | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2006-11-25 10:03:45 +0000 |
commit | 2cfd90e3b0b7c1625d8da92a55a2ef50db986982 (patch) | |
tree | 08a84b6252425e925a37d0208ccd0c97934d519a /devel/py-ocempgui/Makefile | |
parent | 346198c69ac57da56bf53c8fd5be1f41d8ed791c (diff) |
Notes
Diffstat (limited to 'devel/py-ocempgui/Makefile')
-rw-r--r-- | devel/py-ocempgui/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-ocempgui/Makefile b/devel/py-ocempgui/Makefile index a7746df84cdc..6478dd3d009b 100644 --- a/devel/py-ocempgui/Makefile +++ b/devel/py-ocempgui/Makefile @@ -6,15 +6,15 @@ # PORTNAME= ocempgui -PORTVERSION= 0.2.2 +PORTVERSION= 0.2.3 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ocemp PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= OcempGUI-${PORTVERSION} +DISTNAME= OcempGUI-${PORTVERSION} -MAINTAINER= mva@sysfault.org -COMMENT= GUI toolkit in python +MAINTAINER= mva@sysfault.org +COMMENT= GUI toolkit in python BUILD_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/pygame/pygame.h:${PORTSDIR}/devel/py-game RUN_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/pygame/pygame.h:${PORTSDIR}/devel/py-game |