diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-04 17:52:06 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-04 17:52:06 +0800 |
commit | 7bb4ebb648167804447484fc2d7a88624f8e9664 (patch) | |
tree | b4c62f4a474ad1a693f9726d1a14c3c6c0b72a0f /devel/atlas-devel | |
parent | 8f378b0a098ab8bb184f38af9325caa967c3d384 (diff) | |
download | freebsd-ports-gnome-7bb4ebb648167804447484fc2d7a88624f8e9664.tar.gz freebsd-ports-gnome-7bb4ebb648167804447484fc2d7a88624f8e9664.tar.zst freebsd-ports-gnome-7bb4ebb648167804447484fc2d7a88624f8e9664.zip |
Solve pkgname conflict
Diffstat (limited to 'devel/atlas-devel')
-rw-r--r-- | devel/atlas-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/atlas-devel/Makefile b/devel/atlas-devel/Makefile index db22b9622c61..19d048600f4a 100644 --- a/devel/atlas-devel/Makefile +++ b/devel/atlas-devel/Makefile @@ -10,11 +10,11 @@ DISTNAME= ${PORTNAME}-C++-${PORTVERSION:S/.r/rc/} MAINTAINER= oliver@FreeBSD.org COMMENT= A C++ reference implementation of the Atlas protocol +PKGNAMESUFFIX= -devel USE_AUTOTOOLS= libtool USE_LDCONFIG= YES USE_BZIP2= YES USES= pathfix -NO_LATEST_LINK= YES CONFIGURE_ARGS+=--program-transform-name= |