diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2007-04-29 14:36:54 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2007-04-29 14:36:54 +0000 |
commit | 2f259d316b8b2302143072acee5e5dbbb95ecd3c (patch) | |
tree | a90d060b8ae52804a542c75b08501fca1915467a /x11-toolkits | |
parent | - Fix dependencies in the gtk2 case. (diff) |
- Return to ports@.
- Add PORTSCOUT variable.
Notes
Notes:
svn path=/head/; revision=191119
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/paragui/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/paragui/Makefile b/x11-toolkits/paragui/Makefile index b025a266378c..242ae31f6c40 100644 --- a/x11-toolkits/paragui/Makefile +++ b/x11-toolkits/paragui/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= shaun@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Cross-platform high-level application framework and GUI library LIB_DEPENDS= physfs-1.0.1:${PORTSDIR}/devel/physfs \ @@ -32,6 +32,8 @@ INSTALLS_SHLIB= yes SHLIB_VER= 4 PLIST_SUB= SHLIB_VER="${SHLIB_VER}" +PORTSCOUT= limit:^1\.0\. + .include <bsd.port.pre.mk> post-extract: |